Type Alias read_fonts::tables::bitmap::IndexSubtable3
source · pub type IndexSubtable3<'a> = TableRef<'a, IndexSubtable3Marker>;
Expand description
IndexSubTable3: variable-metrics glyphs with 2-byte offsets.
Aliased Type§
struct IndexSubtable3<'a> { /* private fields */ }
Implementations§
source§impl<'a> IndexSubtable3<'a>
impl<'a> IndexSubtable3<'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.