Struct owned_ttf_parser::morx::Coverage [−][src]
pub struct Coverage(_);
Expand description
A subtable coverage.
Implementations
If true, this subtable will process glyphs in logical order
(or reverse logical order if is_vertical
is also true).
If true, this subtable will be applied to both horizontal and vertical text
(is_vertical
should be ignored).
If true, this subtable will process glyphs in descending order.
If true, this subtable will only be applied to vertical text.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Coverage
impl UnwindSafe for Coverage
Blanket Implementations
Mutably borrows from an owned value. Read more