UNPKG

158 BTypeScriptView Raw
1import type { ParsedTextStyleProps } from '../display-objects/Text';
2export declare function toFontString(attributes: Partial<ParsedTextStyleProps>): string;