Struct truetype::char_mapping::Encoding12 [] [src]

pub struct Encoding12 {
    pub format: u16,
    pub reserved: u16,
    pub length: u32,
    pub language: u32,
    pub group_count: u32,
    pub groups: Vec<SequentialMappingGroup>,
}

A char-to-glyph encoding in format 12.

Fields

Methods

impl Encoding12
[src]

[src]

Return the mapping.

Trait Implementations

impl Clone for Encoding12
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Encoding12
[src]

[src]

Formats the value using the given formatter.

impl Value for Encoding12
[src]

[src]

Read a value.