Struct imgui_sys::ImFontConfig [] [src]

#[repr(C)]
pub struct ImFontConfig { pub font_data: *mut c_void, pub font_data_size: c_int, pub font_data_owned_by_atlas: bool, pub font_no: c_int, pub size_pixels: c_float, pub oversample_h: c_int, pub oversample_v: c_int, pub pixel_snap_h: bool, pub glyph_extra_spacing: ImVec2, pub glyph_ranges: *const ImWchar, pub merge_mode: bool, pub merge_glyph_center_v: bool, // some fields omitted }

Configuration data when adding a font or merging fonts

Fields