Struct nuklear_sys::nk_user_font_glyph [] [src]

pub struct nk_user_font_glyph {
    pub uv: [nk_vec2; 2],
    pub offset: nk_vec2,
    pub width: f32,
    pub height: f32,
    pub xadvance: f32,
}

Fields

Trait Implementations

impl Debug for nk_user_font_glyph
[src]

Formats the value using the given formatter.

impl Copy for nk_user_font_glyph
[src]

impl Clone for nk_user_font_glyph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_user_font_glyph
[src]

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