mirror of
https://github.com/2234839/web-font.git
synced 2026-09-04 23:02:27 +08:00
fix: FontMeta 接口补上 metaVersion 字段声明
This commit is contained in:
parent
fa3fa15bf7
commit
1979d7c81e
@ -444,6 +444,8 @@ export interface FontUserConfig {
|
||||
|
||||
/** 字体元数据结果 */
|
||||
export interface FontMeta {
|
||||
/** 元数据版本指纹(算法变更后 bump,用于磁盘缓存失效) */
|
||||
metaVersion: number;
|
||||
/** 字体支持的 codepoint 总数 */
|
||||
totalCodePoints: number;
|
||||
/** 各字符集覆盖率 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user