[][src]Struct imgui_sys::ImFont

#[repr(C)]
pub struct ImFont {
    pub IndexAdvanceX: ImVector_float,
    pub FallbackAdvanceX: f32,
    pub FontSize: f32,
    pub IndexLookup: ImVector_ImWchar,
    pub Glyphs: ImVector_ImFontGlyph,
    pub FallbackGlyph: *const ImFontGlyph,
    pub DisplayOffset: ImVec2,
    pub ContainerAtlas: *mut ImFontAtlas,
    pub ConfigData: *const ImFontConfig,
    pub ConfigDataCount: c_short,
    pub FallbackChar: ImWchar,
    pub Scale: f32,
    pub Ascent: f32,
    pub Descent: f32,
    pub MetricsTotalSurface: c_int,
    pub DirtyLookupTables: bool,
}

Fields

IndexAdvanceX: ImVector_floatFallbackAdvanceX: f32FontSize: f32IndexLookup: ImVector_ImWcharGlyphs: ImVector_ImFontGlyphFallbackGlyph: *const ImFontGlyphDisplayOffset: ImVec2ContainerAtlas: *mut ImFontAtlasConfigData: *const ImFontConfigConfigDataCount: c_shortFallbackChar: ImWcharScale: f32Ascent: f32Descent: f32MetricsTotalSurface: c_intDirtyLookupTables: bool

Trait Implementations

impl Default for ImFont[src]

impl Clone for ImFont[src]

impl PartialEq<ImFont> for ImFont[src]

impl Copy for ImFont[src]

impl Debug for ImFont[src]

Auto Trait Implementations

impl !Send for ImFont

impl Unpin for ImFont

impl !Sync for ImFont

impl RefUnwindSafe for ImFont

impl UnwindSafe for ImFont

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]