UNPKG

@flashport/flashport

Version:

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

52 lines (51 loc) 1.53 kB
export declare class TextFormat extends Object { private _css; private dirty; private _font; private _bold; private _italic; private _size; private _color; private _align; constructor(font?: string, size?: any, color?: any, bold?: any, italic?: any, underline?: any, url?: string, target?: string, align?: string, leftMargin?: any, rightMargin?: any, indent?: any, leading?: any); get align(): string; set align(param1: string); get blockIndent(): any; set blockIndent(param1: any); get bold(): any; set bold(param1: any); get bullet(): any; set bullet(param1: any); get color(): any; set color(param1: any); get display(): string; set display(param1: string); get font(): string; set font(param1: string); get indent(): any; set indent(param1: any); get italic(): any; set italic(param1: any); get kerning(): any; set kerning(param1: any); get leading(): any; set leading(param1: any); get leftMargin(): any; set leftMargin(param1: any); get letterSpacing(): any; set letterSpacing(param1: any); get rightMargin(): any; set rightMargin(param1: any); get size(): any; set size(param1: any); get tabStops(): any[]; set tabStops(param1: any[]); get target(): string; set target(param1: string); get underline(): any; set underline(param1: any); get url(): string; set url(param1: string); get css(): string; get csscolor(): string; }