Type Alias read_fonts::tables::bitmap::IndexSubtable5
source · pub type IndexSubtable5<'a> = TableRef<'a, IndexSubtable5Marker>;
Expand description
IndexSubTable5: constant-metrics glyphs with sparse glyph codes
Aliased Type§
struct IndexSubtable5<'a> { /* private fields */ }
Implementations§
source§impl<'a> IndexSubtable5<'a>
impl<'a> IndexSubtable5<'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 image_size(&self) -> u32
pub fn image_size(&self) -> u32
All glyphs have the same data size.
sourcepub fn big_metrics(&self) -> &'a [BigGlyphMetrics]
pub fn big_metrics(&self) -> &'a [BigGlyphMetrics]
All glyphs have the same metrics.
sourcepub fn num_glyphs(&self) -> u32
pub fn num_glyphs(&self) -> u32
Array length.
sourcepub fn glyph_array(&self) -> &'a [BigEndian<GlyphId16>]
pub fn glyph_array(&self) -> &'a [BigEndian<GlyphId16>]
One per glyph, sorted by glyhph ID.