Enum truetype::glyph_data::Arguments [] [src]

pub enum Arguments {
    Offsets(i16i16),
    Indices(u16u16),
}

Arguments of a component.

Variants

Offsets relative to the current point.

Indices of the points to match.

Trait Implementations

impl Clone for Arguments
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Arguments
[src]

impl Debug for Arguments
[src]

[src]

Formats the value using the given formatter.

impl Walue<'static> for Arguments
[src]

The parameter type.

[src]

Read a value.