Struct boing::reexports::libui_ng_sys::uiFontDescriptor
source · pub struct uiFontDescriptor {
pub Family: *mut i8,
pub Size: f64,
pub Weight: u32,
pub Italic: u32,
pub Stretch: u32,
}Fields§
§Family: *mut i8§Size: f64§Weight: u32§Italic: u32§Stretch: u32Trait Implementations§
source§impl Clone for uiFontDescriptor
impl Clone for uiFontDescriptor
source§fn clone(&self) -> uiFontDescriptor
fn clone(&self) -> uiFontDescriptor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more