Enum ttf_parser::kern::Format
source · pub enum Format<'a> {
Format0(Subtable0<'a>),
Format1(StateTable<'a>),
Format2(Subtable2<'a>),
Format3(Subtable3<'a>),
}Expand description
A kerning subtable format.
pub enum Format<'a> {
Format0(Subtable0<'a>),
Format1(StateTable<'a>),
Format2(Subtable2<'a>),
Format3(Subtable3<'a>),
}A kerning subtable format.