Structs§
- Code
Points Iterator - Iterates over the code points (as
u32s) in anFTFace. - FTOpen
Args - This struct ensures that the lifetime of
FT_Open_Argsand the resources it depends on is handled correctly. - Font
Info - Contains information parsed from a font file.
- Font
Info Loader Impl - Reads information from font files using the FreeType library.
- Sfnt
Names Iterator - Iterator over the
nametable in a font face.
Enums§
- Font
Asset Source - Describes the source of a font asset to be parsed.
Traits§
- Font
Info Loader - An object that can load a
FontInfofrom aFontAssetSource.