Struct nuklear_sys::nk_font_atlas [] [src]

pub struct nk_font_atlas {
    pub pixel: *mut c_void,
    pub tex_width: c_int,
    pub tex_height: c_int,
    pub permanent: nk_allocator,
    pub temporary: nk_allocator,
    pub custom: nk_recti,
    pub cursors: [nk_cursor; 7],
    pub glyph_count: c_int,
    pub glyphs: *mut nk_font_glyph,
    pub default_font: *mut nk_font,
    pub fonts: *mut nk_font,
    pub config: *mut nk_font_config,
    pub font_num: c_int,
}

Fields

Trait Implementations

impl Debug for nk_font_atlas
[src]

Formats the value using the given formatter.

impl Copy for nk_font_atlas
[src]

impl Clone for nk_font_atlas
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_font_atlas
[src]

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