UNPKG

@flashport/flashport

Version:

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

11 lines (10 loc) 426 B
export declare class TextRenderer extends Object { constructor(); static get antiAliasType(): string; static set antiAliasType(param1: string); static setAdvancedAntiAliasingTable(param1: string, param2: string, param3: string, param4: any[]): void; static get maxLevel(): number; static set maxLevel(param1: number); static get displayMode(): string; static set displayMode(param1: string); }