Struct ttf_parser::kerx::Subtable4 [−][src]
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.
Methods from Deref<Target = ExtendedStateTable<'a, EntryData>>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable4<'a>
impl<'a> UnwindSafe for Subtable4<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more