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

pub enum MaximumProfile {
    Version0(MaximumProfile0),
    Version1(MaximumProfile1),
}

A maximum profile.

Variants

Version 0.5.

Version 1.

Methods

impl MaximumProfile
[src]

[src]

Return the number of glyphs.

Trait Implementations

impl Clone for MaximumProfile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MaximumProfile
[src]

[src]

Formats the value using the given formatter.

impl Value for MaximumProfile
[src]

[src]

Read a value.