Crate font_info

Source

Structs§

CodePointsIterator
Iterates over the code points (as u32s) in an FTFace.
FTOpenArgs
This struct ensures that the lifetime of FT_Open_Args and the resources it depends on is handled correctly.
FontInfo
Contains information parsed from a font file.
FontInfoLoaderImpl
Reads information from font files using the FreeType library.
SfntNamesIterator
Iterator over the name table in a font face.

Enums§

FontAssetSource
Describes the source of a font asset to be parsed.

Traits§

FontInfoLoader
An object that can load a FontInfo from a FontAssetSource.