UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

7 lines (6 loc) 168 B
/** * 获取文本宽度 * @param text 文本 * @param fontSize 字体大小 */ export declare function getTextWidth(text: string, fontSize: string): number;