Struct imgui_sys::ImFontAtlas [] [src]

#[repr(C)]
pub struct ImFontAtlas { pub tex_id: *mut c_void, pub tex_pixels_alpha8: *mut c_uchar, pub tex_pixels_rgba32: *mut c_uint, pub tex_width: c_int, pub tex_height: c_int, pub tex_desired_width: c_int, pub tex_uv_white_pixel: ImVec2, pub fonts: ImVector<*mut ImFont>, // some fields omitted }

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

Fields