Struct opentype::glyph_transformation::Coverage2 [] [src]

pub struct Coverage2 {
    pub format: u16,
    pub count: u16,
    pub ranges: Vec<CoverageRange>,
}

A coverage table in format 2.

Fields

Trait Implementations

impl Clone for Coverage2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Coverage2
[src]

Formats the value using the given formatter.

impl Value for Coverage2
[src]

Read a value.