parseTtf
parseTtf(
raw):ParsedTtf
Defined in: src/core/font/ttf-parser.ts:100
Parse TrueType / OpenType font bytes into a ParsedTtf.
Parameters
Section titled “Parameters”Uint8Array
The font bytes (sfnt: TrueType 0x00010000 or OpenType-CFF OTTO).
Returns
Section titled “Returns”The parsed metrics, mappings and layout tables.
Throws
Section titled “Throws”Error when the bytes are not a TrueType or OpenType font.