lv_font_fmt_txt_dsc_t is only used within i80_controller sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
const uint8_t *
The bitmaps of all glyphs.
Describe the glyphs.
Map the glyphs to Unicode characters. Array of `lv_font_cmap_fmt_txt_t` variables.
const void *
Store kerning values. Can be `lv_font_fmt_txt_kern_pair_t * or `lv_font_kern_classes_fmt_txt_t *` depending on `kern_classes`.
uint16_t
Scale kern values in 12.4 format.
uint16_t : 9
Number of cmap tables.
uint16_t : 4
Bit per pixel: 1, 2, 3, 4, 8.
uint16_t : 1
Type of `kern_dsc`.
uint16_t : 2
storage format of the bitmap from `lv_font_fmt_txt_bitmap_format_t`.

References

from examples