Skip to content

pantoken / formats/icon-font/src / IconFontResult

Interface: IconFontResult

Beta

The generated font artifacts.

Properties

ttf

ttf: Uint8Array

Beta

The TrueType font bytes.


woff2

woff2: Uint8Array

Beta

The WOFF2 font bytes.


css

css: string

Beta

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


codepoints

codepoints: Record<string, string>

Beta

Icon name → hex codepoint (e.g. "e001").