Skip to content

FontFamilyMap

Defined in: src/core/document-model/types.ts:37

The four script slots of w:rFonts (§17.3.2.26). A character picks its font from the slot its Unicode range maps to (ASCII, high-ANSI, complex-script, East-Asian).

readonly optional ascii?: string

Defined in: src/core/document-model/types.ts:38


readonly optional cs?: string

Defined in: src/core/document-model/types.ts:40


readonly optional eastAsia?: string

Defined in: src/core/document-model/types.ts:41


readonly optional hAnsi?: string

Defined in: src/core/document-model/types.ts:39