UNPKG

@ni-web-infra/common-utils

Version:
8 lines (7 loc) 217 B
/** * 计算文本宽度 * @param {string} text - 文本 * @param {string} font - 字体 * @returns {number} - 宽度,单位 px */ export declare function computedTextWidth(text: string, font: string): number;