sempdf v1.9.1Interfaces
Interface: FontFamilySources
sempdf / FontFamilySources
Defined in: src/fonts.ts:20
Sources for the regular, bold, italic, and bold-italic faces of a family.
Properties
| Property | Type | Defined in |
|---|---|---|
bold? | FontSource | src/fonts.ts:22 |
boldItalic? | FontSource | src/fonts.ts:24 |
italic? | FontSource | src/fonts.ts:23 |
regular | FontSource | src/fonts.ts:21 |