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")。