pub type IndexSubtable1<'a> = TableRef<'a, IndexSubtable1Marker>;Expand description
IndexSubTable1: variable-metrics glyphs with 4-byte offsets.
Aliased Type§
pub struct IndexSubtable1<'a> {
pub(crate) shape: IndexSubtable1Marker,
pub(crate) data: FontData<'a>,
}Fields§
§shape: IndexSubtable1Marker§data: FontData<'a>Implementations§
Source§impl<'a> IndexSubtable1<'a>
impl<'a> IndexSubtable1<'a>
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.
pub fn sbit_offsets(&self) -> &'a [BigEndian<u32>]
Trait Implementations§
Source§impl<'a> Debug for IndexSubtable1<'a>
Available on crate feature experimental_traverse only.
impl<'a> Debug for IndexSubtable1<'a>
Available on crate feature
experimental_traverse only.