Struct imgui_rs::imgui::ImFont [] [src]

#[repr(C)]
pub struct ImFont { pub FontSize: c_float, pub Scale: c_float, pub DisplayOffset: ImVec2, pub FallbackChar: ImWchar, pub ConfigData: *mut ImFontConfig, pub ConfigDataCount: c_int, pub Ascent: c_float, pub Descent: c_float, pub ContainerAtlas: *mut ImFontAtlas, pub Glyphs: ImVector<Struct_Glyph>, pub FallbackGlyph: *const Struct_Glyph, pub FallbackXAdvance: c_float, pub IndexXAdvance: ImVector<c_float>, pub IndexLookup: ImVector<c_int>, }

Fields

Trait Implementations

impl Copy for ImFont
[src]

impl Clone for ImFont
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ImFont
[src]

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