Type Alias read_fonts::tables::layout::CoverageFormat1
source · 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