Skip to content

FontRequest

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

A font resolution request: the wanted family and style.

readonly bold: boolean

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

Whether a bold face is wanted.


readonly optional family?: string

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

Family name as the document references it (e.g. “Times New Roman”).


readonly italic: boolean

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

Whether an italic face is wanted.