Struct imgui_sys::ImFontAtlas
[−]
[src]
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_uv_white_pixel: ImVec2,
pub fonts: ImVector<*mut ImFont>,
// some fields omitted
}Fields
tex_id: *mut c_void
tex_pixels_alpha8: *mut c_uchar
tex_pixels_rgba32: *mut c_uint
tex_width: c_int
tex_height: c_int
tex_uv_white_pixel: ImVec2
fonts: ImVector<*mut ImFont>