Struct opentype::glyph_transformation::Directory [] [src]

pub struct Directory<T> {
    pub header: Header,
    pub scripts: Scripts,
    pub features: Features,
    pub lookups: Lookups<T>,
}

A directory of scripts, features, and lookups.

Fields

Trait Implementations

impl<T: Clone> Clone for Directory<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Directory<T>
[src]

Formats the value using the given formatter.

impl<U> Value for Directory<U> where
    U: Walue<'static, Parameter = u16>, 
[src]

Read a value.