Enum truetype::maximum_profile::MaximumProfile [] [src]

pub enum MaximumProfile {
    Version05(MaximumProfile05),
    Version1(MaximumProfile1),
}

A maximum profile.

Variants

Version 0.5.

Version 1.0.

Methods

impl MaximumProfile
[src]

Return the number of glyphs.

Trait Implementations

impl Clone for MaximumProfile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MaximumProfile
[src]

Formats the value using the given formatter.

impl Value for MaximumProfile
[src]

Read a value.