Module 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 ๐Ÿ”’
Subtable
A character encoding subtable.
Subtables
A list of subtables.
SubtablesIter
An iterator over Subtables.
Table
A Character to Glyph Index Mapping Table.

Enumsยง

Format
A character encoding subtable variant.