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