Struct nuklear_sys::nk_font_config [] [src]

#[repr(C)]
pub struct nk_font_config { pub next: *mut nk_font_config, pub ttf_blob: *mut c_void, pub ttf_size: nk_size, pub ttf_data_owned_by_atlas: c_uchar, pub merge_mode: c_uchar, pub pixel_snap: c_uchar, pub oversample_v: c_uchar, pub oversample_h: c_uchar, pub padding: [c_uchar; 3], pub size: f32, pub coord_type: nk_font_coord_type, pub spacing: nk_vec2, pub range: *const nk_rune, pub font: *mut nk_baked_font, pub fallback_glyph: nk_rune, }

Fields

Trait Implementations

impl Debug for nk_font_config
[src]

Formats the value using the given formatter.

impl Copy for nk_font_config
[src]

impl Clone for nk_font_config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_font_config
[src]

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