Type Alias read_fonts::tables::layout::CoverageFormat2
source · pub type CoverageFormat2<'a> = TableRef<'a, CoverageFormat2Marker>;
Expand description
Aliased Type§
struct CoverageFormat2<'a> { /* private fields */ }
Implementations§
source§impl<'a> CoverageFormat2<'a>
impl<'a> CoverageFormat2<'a>
sourcepub fn coverage_format(&self) -> u16
pub fn coverage_format(&self) -> u16
Format identifier — format = 2
sourcepub fn range_count(&self) -> u16
pub fn range_count(&self) -> u16
Number of RangeRecords
sourcepub fn range_records(&self) -> &'a [RangeRecord]
pub fn range_records(&self) -> &'a [RangeRecord]
Array of glyph ranges — ordered by startGlyphID.