lv_font_fmt_txt_dsc_t struct
Describe store for additional data for fonts
Fields
The bitmaps of all glyphs.
Map the glyphs to Unicode characters. Array of `lv_font_cmap_fmt_txt_t` variables.
Store kerning values. Can be `lv_font_fmt_txt_kern_pair_t * or `lv_font_kern_classes_fmt_txt_t *` depending on `kern_classes`.
Scale kern values in 12.4 format.
Bit per pixel: 1, 2, 3, 4, 8.
storage format of the bitmap from `lv_font_fmt_txt_bitmap_format_t`.