laya-coreui-es
Version:
laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改
19 lines (18 loc) • 437 B
TypeScript
export declare class FontInfo {
static EMPTY: FontInfo;
private static _cache;
private static _gfontID;
private static _lastFont;
private static _lastFontInfo;
/**
* 解析字体模型
* @param font
*/
static Parse(font: string): FontInfo;
constructor(font: string | null);
/**
* 设置字体格式
* @param value
*/
setFont(value: string): void;
}