Struct nuklear_rust::NkFont
[−]
[src]
#[repr(C)]pub struct NkFont { /* fields omitted */ }
Methods
impl NkFont[src]
fn find_glyph(&self, unicode: char) -> &NkFontGlyph
fn handle(&self) -> &NkUserFont
Trait Implementations
impl Clone for NkFont[src]
fn clone(&self) -> NkFont
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