Type Definition read_fonts::layout::CoverageFormat1
source · [−]pub type CoverageFormat1<'a> = TableRef<'a, CoverageFormat1Marker>;Expand description
Implementations
sourceimpl<'a> CoverageFormat1<'a>
impl<'a> CoverageFormat1<'a>
sourcepub fn coverage_format(&self) -> u16
pub fn coverage_format(&self) -> u16
Format identifier — format = 1
sourcepub fn glyph_count(&self) -> u16
pub fn glyph_count(&self) -> u16
Number of glyphs in the glyph array
sourcepub fn glyph_array(&self) -> &'a [BigEndian<GlyphId>]
pub fn glyph_array(&self) -> &'a [BigEndian<GlyphId>]
Array of glyph IDs — in numerical order