Type Alias OtSubtable
Source pub type OtSubtable<'a> = TableRef<'a, OtSubtableMarker>;
Expand description
A subtable in an OT kern
table.
pub struct OtSubtable<'a> {
pub(crate) shape: OtSubtableMarker,
pub(crate) data: FontData<'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.
Formats the value using the given formatter.
Read more
Read an instance of
Self
from the provided data, performing validation.
Read more
The name of this table
Access this table’s fields, in declaration order.