Enum truetype::naming_table::NamingTable [] [src]

pub enum NamingTable {
    Format0(NamingTable0),
    Format1(NamingTable1),
}

A naming table.

Variants

Format 0.

Format 1.

Trait Implementations

impl Clone for NamingTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NamingTable
[src]

Formats the value using the given formatter.

impl Value for NamingTable
[src]

Read a value.