Struct owned_ttf_parser::gpos::PairSet [−][src]
pub struct PairSet<'a> { /* fields omitted */ }
Expand description
A ValueRecord
pairs set used by PairAdjustment
.
Implementations
Returns a ValueRecord
pair using the second glyph.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for PairSet<'a>
impl<'a> UnwindSafe for PairSet<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more