Struct freetype::glyph_slot::SubGlyphInfo [] [src]

pub struct SubGlyphInfo {
    pub index: i32,
    pub flags: u32,
    pub arg1: i32,
    pub arg2: i32,
    pub transfrom: FT_Matrix,
}

A description of a given subglyph returned by GlyphSlot::get_subglyph_info function.

Fields

The glyph index of the subglyph.

The subglyph flags, see FT_SUBGLYPH_FLAG_XXX.

The subglyph's first argument (if any).

The subglyph's second argument (if any).

The subglyph transformation (if any).

Trait Implementations

impl Copy for SubGlyphInfo
[src]

impl Clone for SubGlyphInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SubGlyphInfo
[src]

Returns the "default value" for a type. Read more