Expand description
Provides everything regarding the used fonts.
Structs§
- Font
- Represents a Font stored in memory. By default it supports
OTFandTTFfonts, with the create featureswoffandwoff2it also supports loadingWOFFfonts. - FontSet
- Manages multiple
Fonts and selects the right one for each writing script used in the input text. Has to be built via theFontSetBuilder. - Font
SetBuilder - Builds a
FontSet
Type Aliases§
- Font
Loading Error - Error returned if font loading failed
- Font
Loading Result - Result from
FontLoadingError