Struct ttf_parser::kerx::Subtable4
source · pub struct Subtable4<'a> {
pub state_table: ExtendedStateTable<'a, EntryData>,
pub anchor_points: AnchorPoints<'a>,
}Expand description
A format 4 subtable.
State Table for Control Point/Anchor Point Positioning.
Note: I wasn’t able to find any fonts that actually use
ControlPointActions and/or ControlPointCoordinateActions,
therefore only AnchorPointActions is supported.
Fields§
§state_table: ExtendedStateTable<'a, EntryData>A state table.
anchor_points: AnchorPoints<'a>Anchor points.