Module ttf_parser::tables::cmap
source ยท 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ยง
- EncodingRecord ๐
- A character encoding subtable.
- A list of subtables.
- An iterator over
Subtables
.
Enumsยง
- A character encoding subtable variant.