Type Alias OtKern
Source pub type OtKern<'a> = TableRef<'a, OtKernMarker>;
Expand description
pub struct OtKern<'a> { }
Table version number—set to 0.
Number of subtables in the kerning table.
Data for subtables, immediately following the header.
Read an instance of
Self
from the provided data, performing validation.
Read more