Struct truetype::char_mapping::CharMapping [] [src]

pub struct CharMapping {
    pub header: Header,
    pub records: Vec<Record>,
    pub encodings: Vec<Encoding>,
}

A char-to-glyph mapping.

Fields

Trait Implementations

impl Clone for CharMapping
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CharMapping
[src]

[src]

Formats the value using the given formatter.

impl Value for CharMapping
[src]

[src]

Read a value.