pub type Chain<'a> = TableRef<'a, ChainMarker>;
Expand description
A chain in a morx
table.
Aliased Type§
pub struct Chain<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Chain<'a>
impl<'a> Chain<'a>
Sourcepub fn default_flags(&self) -> u32
pub fn default_flags(&self) -> u32
The default specification for subtables.
Sourcepub fn chain_length(&self) -> u32
pub fn chain_length(&self) -> u32
Total byte count, including this header; must be a multiple of 4.
Sourcepub fn n_feature_entries(&self) -> u32
pub fn n_feature_entries(&self) -> u32
Number of feature subtable entries.
Sourcepub fn n_subtables(&self) -> u32
pub fn n_subtables(&self) -> u32
The number of subtables in the chain.
Sourcepub fn subtables(&self) -> VarLenArray<'a, Subtable<'a>>
pub fn subtables(&self) -> VarLenArray<'a, Subtable<'a>>
Array of chain subtables.