UNPKG

@awayjs/scene

Version:
9 lines 344 B
import { Font } from '../text/Font'; export declare class DeviceFontManager { static deviceFontMap: StringMap<string[]>; private static _emptyFont; private static _deviceFonts; static getDeviceFont(fontName: string): Font; static getDeviceFontName(fontName: string): string; } //# sourceMappingURL=DeviceFontManager.d.ts.map