UNPKG

@flashport/flashport

Version:

FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library

10 lines (9 loc) 288 B
export declare class Font extends Object { constructor(); static enumerateFonts(param1?: boolean): any[]; static registerFont(param1: Object): void; get fontName(): string; get fontStyle(): string; get fontType(): string; hasGlyphs(param1: string): boolean; }