Struct nuklear_sys::nk_baked_font [] [src]

pub struct nk_baked_font {
    pub height: f32,
    pub ascent: f32,
    pub descent: f32,
    pub glyph_offset: nk_rune,
    pub glyph_count: nk_rune,
    pub ranges: *const nk_rune,
}

Fields

Trait Implementations

impl Debug for nk_baked_font
[src]

Formats the value using the given formatter.

impl Copy for nk_baked_font
[src]

impl Clone for nk_baked_font
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_baked_font
[src]

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