Skip to content

parseTtf

parseTtf(raw): ParsedTtf

Defined in: src/core/font/ttf-parser.ts:100

Parse TrueType / OpenType font bytes into a ParsedTtf.

Uint8Array

The font bytes (sfnt: TrueType 0x00010000 or OpenType-CFF OTTO).

ParsedTtf

The parsed metrics, mappings and layout tables.

Error when the bytes are not a TrueType or OpenType font.