Struct truetype::char_mapping::VariationSelector [] [src]

pub struct VariationSelector {
    pub character: u32,
    pub default_uvs_offset: u32,
    pub non_default_uvs_offset: u32,
}

A variation selector.

Fields

Trait Implementations

impl Clone for VariationSelector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VariationSelector
[src]

[src]

Formats the value using the given formatter.

impl Value for VariationSelector
[src]

[src]

Read a value.