Type Alias read_fonts::tables::cmap::Cmap8
source · pub type Cmap8<'a> = TableRef<'a, Cmap8Marker>;
Expand description
cmap Format 8: mixed 16-bit and 32-bit coverage
Aliased Type§
struct Cmap8<'a> { /* private fields */ }
Implementations§
source§impl<'a> Cmap8<'a>
impl<'a> Cmap8<'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 is32(&self) -> &'a [u8] ⓘ
pub fn is32(&self) -> &'a [u8] ⓘ
Tightly packed array of bits (8K bytes total) indicating whether the particular 16-bit (index) value is the start of a 32-bit character code
sourcepub fn num_groups(&self) -> u32
pub fn num_groups(&self) -> u32
Number of groupings which follow
sourcepub fn groups(&self) -> &'a [SequentialMapGroup]
pub fn groups(&self) -> &'a [SequentialMapGroup]
Array of SequentialMapGroup records.