pub struct Table<'a> {
    pub version: u8,
    /* private fields */
}
Expand description

Fields

version: u8

Table version.

Implementations

Parses a table from raw data.

Returns weight class.

Returns face width.

Returns face permissions.

Returns None in case of a malformed value.

Checks if the face subsetting is allowed.

Checks if the face bitmaps embedding is allowed.

Returns subscript metrics.

Returns superscript metrics.

Returns strikeout metrics.

Returns Unicode ranges.

Returns style.

Checks if face is bold.

Do not confuse with Weight::Bold.

Checks if typographic metrics should be used.

Returns typographic ascender.

Returns typographic descender.

Returns typographic line gap.

Returns Windows ascender.

Returns Windows descender.

Returns x height.

Returns None version is < 2.

Returns capital height.

Returns None version is < 2.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.