Struct truetype::char_mapping::Encoding4 [] [src]

pub struct Encoding4 {
    pub format: u16,
    pub length: u16,
    pub language: u16,
    pub segment_count_x2: u16,
    pub search_range: u16,
    pub entry_selector: u16,
    pub range_shift: u16,
    pub end_codes: Vec<u16>,
    pub reserved: u16,
    pub start_codes: Vec<u16>,
    pub id_deltas: Vec<i16>,
    pub id_range_offsets: Vec<u16>,
    pub glyph_ids: Vec<GlyphID>,
}

A char-to-glyph encoding in format 4.

Fields

Methods

impl Encoding4
[src]

[src]

Return the mapping.

Trait Implementations

impl Clone for Encoding4
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Encoding4
[src]

[src]

Formats the value using the given formatter.

impl Value for Encoding4
[src]

[src]

Read a value.