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.
Methods from Deref<Target = ExtendedStateTable<'a, EntryData>>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable4<'a>
impl<'a> Send for Subtable4<'a>
impl<'a> Sync for Subtable4<'a>
impl<'a> Unpin for Subtable4<'a>
impl<'a> UnwindSafe for Subtable4<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more