Type Alias read_fonts::tables::bitmap::IndexSubtableArray
source · 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.