UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

8 lines (7 loc) 216 B
export declare class Font { static readonly DEFAULT: Font; static readonly BOLD = "BOLD"; static readonly PLAIN = "PLAIN"; static readonly ITALIC = "ITALIC"; deriveFont(_variant: string): Font; }