Type Alias read_fonts::tables::cmap::Cmap13
source · pub type Cmap13<'a> = TableRef<'a, Cmap13Marker>;
Expand description
cmap Format 13: Many-to-one range mappings
Aliased Type§
struct Cmap13<'a> { /* private fields */ }
Implementations§
source§impl<'a> Cmap13<'a>
impl<'a> Cmap13<'a>
sourcepub fn language(&self) -> u32
pub fn language(&self) -> u32
For requirements on use of the language field, see “Use of the language field in ‘cmap’ subtables” in this document.
sourcepub fn num_groups(&self) -> u32
pub fn num_groups(&self) -> u32
Number of groupings which follow
sourcepub fn groups(&self) -> &'a [ConstantMapGroup]
pub fn groups(&self) -> &'a [ConstantMapGroup]
Array of ConstantMapGroup records.