Struct truetype::naming_table::NamingTable1 [] [src]

pub struct NamingTable1 {
    pub format: u16,
    pub count: u16,
    pub offset: u16,
    pub records: Vec<Record>,
    pub language_count: u16,
    pub languages: Vec<Language>,
    pub data: Vec<u8>,
}

A naming table in format 1.

Fields

Methods

impl NamingTable1
[src]

Trait Implementations

impl Clone for NamingTable1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NamingTable1
[src]

Formats the value using the given formatter.

impl Value for NamingTable1
[src]

Read a value.