pub type AatKern<'a> = TableRef<'a, AatKernMarker>;
Expand description
The Apple Advanced Typography kerning table.
Aliased Type§
pub struct AatKern<'a> { /* private fields */ }
Implementations§
Source§impl<'a> AatKern<'a>
impl<'a> AatKern<'a>
Sourcepub fn version(&self) -> MajorMinor
pub fn version(&self) -> MajorMinor
The version number of the kerning table (0x00010000 for the current version).
Sourcepub fn subtable_data(&self) -> &'a [u8] ⓘ
pub fn subtable_data(&self) -> &'a [u8] ⓘ
Data for subtables, immediately following the header.