UNPKG

@flashport/flashport

Version:

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

13 lines (12 loc) 215 B
export declare class UVTexture { width: number; height: number; fontSize: number; font: string; xadvance: number; u0: number; v0: number; u1: number; v1: number; v: string; }