UNPKG

@flashport/flashport

Version:

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

8 lines (7 loc) 244 B
import { TextFormat } from "./TextFormat"; export declare class TextRun extends Object { beginIndex: number; endIndex: number; textFormat: TextFormat; constructor(beginIndex: number, endIndex: number, textFormat: TextFormat); }