Expand description
A Character to Glyph Index Mapping Table implementation.
This module provides a low-level alternative to
Face::glyph_index and
Face::glyph_variation_index
methods.
Re-exportsยง
pub use format0::Subtable0;pub use format10::Subtable10;pub use format12::Subtable12;pub use format13::Subtable13;pub use format14::GlyphVariationResult;pub use format14::Subtable14;pub use format2::Subtable2;pub use format4::Subtable4;pub use format6::Subtable6;
Modulesยง
- format0 ๐
- format2 ๐
- format4 ๐
- format6 ๐
- format10 ๐
- format12 ๐
- format13 ๐
- format14 ๐
Structsยง
- Encoding
Record ๐ - Subtable
- A character encoding subtable.
- Subtables
- A list of subtables.
- Subtables
Iter - An iterator over
Subtables. - Table
- A Character to Glyph Index Mapping Table.
Enumsยง
- Format
- A character encoding subtable variant.