Enum truetype::glyph_mapping::GlyphMapping [] [src]

pub enum GlyphMapping {
    HalfOffsets(Vec<u16>),
    Offsets(Vec<u32>),
}

A glyph-to-location mapping.

Variants

Offsets devided by two.

Offsets.

Trait Implementations

impl Clone for GlyphMapping
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GlyphMapping
[src]

[src]

Formats the value using the given formatter.

impl<'l> Walue<'l> for GlyphMapping
[src]

The parameter type.

[src]

Read a value.