ab_glyph

Module 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.