pub type lv_font_info_t = _lv_font_info_t;Aliased Type§
#[repr(C)]pub struct lv_font_info_t {
pub name: *const i8,
pub class_p: *const _lv_font_class_t,
pub size: u32,
pub render_mode: u32,
pub style: u32,
pub kerning: u32,
}Fields§
§name: *const i8§class_p: *const _lv_font_class_t§size: u32§render_mode: u32§style: u32§kerning: u32