Enum truetype::glyph_data::Options [] [src]

pub enum Options {
    None,
    Scalar(q16),
    Vector(q16q16),
    Matrix(q16q16q16q16),
}

Options of a component.

Variants

No options.

A scaling coefficient for both coordinates.

Separate scaling coefficients for the two coordinates.

A 2-by-2 affine transformation matrix.

Trait Implementations

impl Clone for Options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Options
[src]

impl Debug for Options
[src]

Formats the value using the given formatter.

impl Walue<'static> for Options
[src]

The parameter type.

Read a value.