Structs§
- Iterates over the code points (as
u32
s) in anFTFace
. - This struct ensures that the lifetime of
FT_Open_Args
and the resources it depends on is handled correctly. - Contains information parsed from a font file.
- Reads information from font files using the FreeType library.
- Iterator over the
name
table in a font face.
Enums§
- Describes the source of a font asset to be parsed.
Traits§
- An object that can load a
FontInfo
from aFontAssetSource
.