Struct ttf_parser::kern::KerningPair [−][src]
Expand description
A kerning pair.
Fields
pair: u32
Glyphs pair.
In the kern table spec, a kerning pair is stored as two u16, but we are using one u32, so we can binary search it directly.
value: i16
Kerning value.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KerningPair
impl Send for KerningPair
impl Sync for KerningPair
impl Unpin for KerningPair
impl UnwindSafe for KerningPair
Blanket Implementations
Mutably borrows from an owned value. Read more