Struct imgui_sys::ImFont[][src]

#[repr(C)]
pub struct ImFont {
Show 18 fields pub IndexAdvanceX: ImVector_float, pub FallbackAdvanceX: f32, pub FontSize: f32, pub IndexLookup: ImVector_ImWchar, pub Glyphs: ImVector_ImFontGlyph, pub FallbackGlyph: *const ImFontGlyph, pub ContainerAtlas: *mut ImFontAtlas, pub ConfigData: *const ImFontConfig, pub ConfigDataCount: c_short, pub FallbackChar: ImWchar, pub EllipsisChar: ImWchar, pub DotChar: ImWchar, pub DirtyLookupTables: bool, pub Scale: f32, pub Ascent: f32, pub Descent: f32, pub MetricsTotalSurface: c_int, pub Used4kPagesMap: [ImU8; 34],
}

Fields

IndexAdvanceX: ImVector_floatFallbackAdvanceX: f32FontSize: f32IndexLookup: ImVector_ImWcharGlyphs: ImVector_ImFontGlyphFallbackGlyph: *const ImFontGlyphContainerAtlas: *mut ImFontAtlasConfigData: *const ImFontConfigConfigDataCount: c_shortFallbackChar: ImWcharEllipsisChar: ImWcharDotChar: ImWcharDirtyLookupTables: boolScale: f32Ascent: f32Descent: f32MetricsTotalSurface: c_intUsed4kPagesMap: [ImU8; 34]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.