Struct opentype::glyph_definition::Ligature [] [src]

pub struct Ligature {
    pub caret_count: u16,
    pub caret_offsets: Vec<u16>,
    pub carets: Vec<Caret>,
}

A ligature.

Fields

Trait Implementations

impl Clone for Ligature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ligature
[src]

Formats the value using the given formatter.

impl Value for Ligature
[src]

Read a value.