pub type IndexSubtableArray<'a> = TableRef<'a, IndexSubtableArrayMarker>;
Expand description
IndexSubtableArray table.
Aliased Type§
struct IndexSubtableArray<'a> { /* private fields */ }
Implementations§
Source§impl<'a> IndexSubtableArray<'a>
impl<'a> IndexSubtableArray<'a>
Sourcepub fn first_glyph_index(&self) -> GlyphId16
pub fn first_glyph_index(&self) -> GlyphId16
First glyph ID of this range.
Sourcepub fn last_glyph_index(&self) -> GlyphId16
pub fn last_glyph_index(&self) -> GlyphId16
Last glyph ID of this range (inclusive).
Sourcepub fn additional_offset_to_index_subtable(&self) -> u32
pub fn additional_offset_to_index_subtable(&self) -> u32
Add to indexSubTableArrayOffset to get offset from beginning of EBLC.