Crate font_info
Source - CodePointsIterator
- Iterates over the code points (as
u32
s) 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.
- FontAssetSource
- Describes the source of a font asset to be parsed.
- FontInfoLoader
- An object that can load a
FontInfo
from a FontAssetSource
.