pub type OtSubtable<'a> = TableRef<'a, OtSubtableMarker>;Expand description
A subtable in an OT kern table.
Aliased Type§
pub struct OtSubtable<'a> {
pub(crate) shape: OtSubtableMarker,
pub(crate) data: FontData<'a>,
}Fields§
§shape: OtSubtableMarker§data: FontData<'a>Implementations§
Source§impl<'a> OtSubtable<'a>
impl<'a> OtSubtable<'a>
Source§impl OtSubtable<'_>
impl OtSubtable<'_>
const HEADER_LEN: usize = 6usize
Trait Implementations§
Source§impl<'a> Debug for OtSubtable<'a>
Available on crate feature experimental_traverse only.
impl<'a> Debug for OtSubtable<'a>
Available on crate feature
experimental_traverse only.