Type Alias read_fonts::tables::bitmap::IndexSubtable4
source · pub type IndexSubtable4<'a> = TableRef<'a, IndexSubtable4Marker>;
Expand description
IndexSubTable4: variable-metrics glyphs with sparse glyph codes.
Aliased Type§
struct IndexSubtable4<'a> { /* private fields */ }
Implementations§
source§impl<'a> IndexSubtable4<'a>
impl<'a> IndexSubtable4<'a>
sourcepub fn index_format(&self) -> u16
pub fn index_format(&self) -> u16
Format of this IndexSubTable.
sourcepub fn image_format(&self) -> u16
pub fn image_format(&self) -> u16
Format of EBDT image data.
sourcepub fn image_data_offset(&self) -> u32
pub fn image_data_offset(&self) -> u32
Offset to image data in EBDT table.
sourcepub fn num_glyphs(&self) -> u32
pub fn num_glyphs(&self) -> u32
Array length.
sourcepub fn glyph_array(&self) -> &'a [GlyphIdOffsetPair]
pub fn glyph_array(&self) -> &'a [GlyphIdOffsetPair]
One per glyph.