Struct truetype::naming_table::NamingTable0 [] [src]

pub struct NamingTable0 {
    pub format: u16,
    pub count: u16,
    pub offset: u16,
    pub records: Vec<Record>,
    pub data: Vec<u8>,
}

A naming table in format 0.

Fields

Methods

impl NamingTable0
[src]

Trait Implementations

impl Clone for NamingTable0
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NamingTable0
[src]

Formats the value using the given formatter.

impl Value for NamingTable0
[src]

Read a value.