Struct fonttools::otvar::PackedPoints[][src]

pub struct PackedPoints {
    pub points: Option<Vec<uint16>>,
}
Expand description

An array of packed points

If the option is None, then this represents all points within the glyph. (Including phantom points.) This must be decoded with reference to the glyph’s contour and component information. If the option is Some, a vector of the point numbers for which delta information is provided.

Fields

points: Option<Vec<uint16>>

the array of points

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Casts the value.

Should always be Self

Casts the value.

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.

Casts the value.

Casts the value.