Struct opentype::glyph_definition::Ligatures [] [src]

pub struct Ligatures {
    pub coverage_offset: u16,
    pub count: u16,
    pub offsets: Vec<u16>,
    pub coverage: Coverage,
    pub records: Vec<Ligature>,
}

A set of ligatures.

Fields

Trait Implementations

impl Clone for Ligatures
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ligatures
[src]

Formats the value using the given formatter.

impl Value for Ligatures
[src]

Read a value.