Struct allsorts::gpos::Info[][src]

pub struct Info {
    pub glyph: RawGlyph<()>,
    pub kerning: i16,
    pub placement: Placement,
    // some fields omitted
}
Expand description

A positioned glyph.

This struct is the output of applying glyph positioning (gpos). It contains the glyph and information about how it should be positioned.

For more information about glyph placement refer to the OpenType documentation: https://docs.microsoft.com/en-us/typography/opentype/spec/gpos#positioning-glyphs-with-opentype

Fields

glyph: RawGlyph<()>

The glyph.

kerning: i16

An offset from the horizontal glyph advance position for this glyph.

placement: Placement

When not Placement::None indicates that this glyph should be placed according to the variant.

Implementations

Trait Implementations

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

Performs the conversion.

Performs the conversion.

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.