| 123456789 |
- import type { DisplayObject, ParsedTextStyleProps } from '@antv/g-lite';
- import type { StyleRenderer } from './interfaces';
- export declare class TextRenderer implements StyleRenderer {
- render(context: CanvasRenderingContext2D, parsedStyle: ParsedTextStyleProps, object: DisplayObject): void;
- private drawLetterSpacing;
- private fillText;
- private strokeText;
- }
- //# sourceMappingURL=Text.d.ts.map
|