Skip to content

FontAnswer

FontAnswer = { bytes: Uint8Array; faceName: string; kind: "bytes"; providerId: string; } | { kind: "none"; }

Defined in: src/core/fonts/provider.ts:25

{ bytes: Uint8Array; faceName: string; kind: "bytes"; providerId: string; }

readonly bytes: Uint8Array

readonly faceName: string

Face the bytes actually are (for substitution reporting).

readonly kind: "bytes"

readonly providerId: string

Which provider answered (chain bookkeeping).


{ kind: "none"; }