Module ab_glyph::ttfp

source ยท
Expand description

ttf-parser crate specific code. ttf-parser types should not be leaked publicly.

Modulesยง

Macrosยง

  • impl_font ๐Ÿ”’
    Implement Font for Self(AsFontRef) types.

Structsยง

  • Font data handle stored as a &[u8] + parsed data. See Font for more methods.
  • Font data handle stored in a Vec<u8> + parsed data. See Font for more methods.