FontAnswer
FontAnswer = {
bytes:Uint8Array;faceName:string;kind:"bytes";providerId:string; } | {kind:"none"; }
Defined in: src/core/fonts/provider.ts:25
Union Members
Section titled “Union Members”Type Literal
Section titled “Type Literal”{ bytes: Uint8Array; faceName: string; kind: "bytes"; providerId: string; }
readonlybytes:Uint8Array
faceName
Section titled “faceName”
readonlyfaceName:string
Face the bytes actually are (for substitution reporting).
readonlykind:"bytes"
providerId
Section titled “providerId”
readonlyproviderId:string
Which provider answered (chain bookkeeping).
Type Literal
Section titled “Type Literal”{ kind: "none"; }