Struct nuklear_sys::nk_font_glyph [] [src]

pub struct nk_font_glyph {
    pub codepoint: nk_rune,
    pub xadvance: f32,
    pub x0: f32,
    pub y0: f32,
    pub x1: f32,
    pub y1: f32,
    pub w: f32,
    pub h: f32,
    pub u0: f32,
    pub v0: f32,
    pub u1: f32,
    pub v1: f32,
}

Fields

Trait Implementations

impl Debug for nk_font_glyph
[src]

Formats the value using the given formatter.

impl Copy for nk_font_glyph
[src]

impl Clone for nk_font_glyph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_font_glyph
[src]

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