Crate font_info

source ·

Structs§

  • Iterates over the code points (as u32s) in an FTFace.
  • 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§

Traits§

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