FontFace Interface
A specific variation of the glyphs defined by a font family. Each face can be italicized, bolded, both, or neither. Font faces are stored in FontFiles.
Properties
| Name | Type | Description | |
|---|---|---|---|
| familyName | string | The name of the font family to which this face belongs. | |
| isBold | boolean | ||
| isItalic | boolean |
Defined in
- core/common/src/Fonts.ts Line 80
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.