UNPKG

@flashport/flashport

Version:

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

8 lines (7 loc) 181 B
export declare class FontStyle extends Object { static REGULAR: string; static BOLD: string; static ITALIC: string; static BOLD_ITALIC: string; constructor(); }