static uint32_t get_glyph_dsc_id(const lv_font_t * font, uint32_t letter); static int8_t get_kern_value(const lv_font_t * font, uint32_t gid_left, uint32_t gid_right); static int32_t ...
uint32_t bitmap_index : 20; /**< Start index of the bitmap. A font can be max 1 MB.*/ uint32_t adv_w : 12; /**< Draw the next glyph after this width. 8.4 format (real_value * 16 is stored).*/ uint8_t ...