Struct nuklear_sys::nk_user_font
[−]
[src]
pub struct nk_user_font {
pub userdata: nk_handle,
pub height: f32,
pub width: nk_text_width_f,
pub query: nk_query_font_glyph_f,
pub texture: nk_handle,
}Fields
userdata: nk_handle
height: f32
width: nk_text_width_f
query: nk_query_font_glyph_f
texture: nk_handle
Trait Implementations
impl Debug for nk_user_font[src]
impl Copy for nk_user_font[src]
impl Clone for nk_user_font[src]
fn clone(&self) -> nk_user_font
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more