pub type ClassDefFormat1<'a> = TableRef<'a, ClassDefFormat1Marker>;
Expand description
Aliased Type§
struct ClassDefFormat1<'a> { /* private fields */ }
Implementations§
Source§impl<'a> ClassDefFormat1<'a>
impl<'a> ClassDefFormat1<'a>
Sourcepub fn class_format(&self) -> u16
pub fn class_format(&self) -> u16
Format identifier — format = 1
Sourcepub fn start_glyph_id(&self) -> GlyphId16
pub fn start_glyph_id(&self) -> GlyphId16
First glyph ID of the classValueArray
Sourcepub fn glyph_count(&self) -> u16
pub fn glyph_count(&self) -> u16
Size of the classValueArray
Sourcepub fn class_value_array(&self) -> &'a [BigEndian<u16>]
pub fn class_value_array(&self) -> &'a [BigEndian<u16>]
Array of Class Values — one per glyph ID