Struct imgui_sys::ImFontAtlas[][src]

#[repr(C)]
pub struct ImFontAtlas { pub tex_id: *mut c_void, pub tex_desired_width: c_int, pub tex_glyph_padding: c_int, // some fields omitted }

Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader

Fields

Auto Trait Implementations

impl !Send for ImFontAtlas

impl !Sync for ImFontAtlas