Interface
The interface for the font style.
Subclasses: ReferenceTypeface
Properties
| Property | Type | Notes |
|---|---|---|
fontFamily | FontFamily | The font family to be used, e.g. 'Avenir Next', 'Arial', etc. |
fontSize | number | The base font size in pixels. |
fontWeightBold | FontWeight | The bold font weight value, typically 700. |
fontWeightLight | FontWeight | The light font weight value, typically 300. |
fontWeightMedium | FontWeight | The medium font weight value, typically 500. |
fontWeightRegular | FontWeight | The regular font weight value, typically 400. |
fontWeightSemiBold | FontWeight | The semi-bold font weight value, typically 600. |