@awayjs/scene
Version:
AwayJS scene classes
9 lines • 344 B
TypeScript
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