UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

10 lines 201 B
export class Font { deriveFont(_variant) { return this; } } Font.DEFAULT = new Font(); Font.BOLD = "BOLD"; Font.PLAIN = "PLAIN"; Font.ITALIC = "ITALIC"; //# sourceMappingURL=Font.js.map