pub type CoverageFormat1<'a> = TableRef<'a, CoverageFormat1Marker>;
Expand description
Aliased Type§
struct CoverageFormat1<'a> { /* private fields */ }
Implementations§
Source§impl<'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<GlyphId16>]
pub fn glyph_array(&self) -> &'a [BigEndian<GlyphId16>]
Array of glyph IDs — in numerical order