Type Alias OtSubtable
Source pub type OtSubtable<'a> = TableRef<'a, OtSubtableMarker>;
Expand description
A subtable in an OT kern
table.
pub struct OtSubtable<'a> { }
Kern subtable version number– set to 0.
The length of this subtable in bytes, including this header.
Circumstances under which this table is used.
Read an instance of
Self
from the provided data, performing validation.
Read more