Struct truetype::char_mapping::Encoding6 [] [src]

pub struct Encoding6 {
    pub format: u16,
    pub length: u16,
    pub language: u16,
    pub first_code: u16,
    pub entry_count: u16,
    pub glyph_ids: Vec<GlyphID>,
}

A char-to-glyph encoding in format 6.

Fields

Methods

impl Encoding6
[src]

[src]

Return the mapping.

Trait Implementations

impl Clone for Encoding6
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Encoding6
[src]

[src]

Formats the value using the given formatter.

impl Value for Encoding6
[src]

[src]

Read a value.