Skip to content

pantoken / formats/icon-font/src / IconFontResult

接口: IconFontResult

Beta

生成的字体工件。

属性

ttf

ttf: Uint8Array

Beta

TrueType 字体的字节。


woff2

woff2: Uint8Array

Beta

WOFF2 字体的字节。


css

css: string

Beta

The @font-face + .instui-icon-<name> stylesheet.


codepoints

codepoints: Record<string, string>

Beta

图标名称 → 十六进制代码点(例如 "e001")。