![]() |
![]() |
|
LittlevGL
3.20.00.19
|
#include <lv_font.h>
Data Fields | |
| uint16_t | adv_w |
| uint8_t | box_w |
| uint8_t | box_h |
| int8_t | ofs_x |
| int8_t | ofs_y |
| uint8_t | bpp |
Describes the properties of a glyph.
| uint16_t lv_font_glyph_dsc_t::adv_w |
The glyph needs this space. Draw the next glyph after this width. 8 bit integer, 4 bit fractional
| uint8_t lv_font_glyph_dsc_t::box_w |
Width of the glyph's bounding box
| uint8_t lv_font_glyph_dsc_t::box_h |
Height of the glyph's bounding box
| int8_t lv_font_glyph_dsc_t::ofs_x |
x offset of the bounding box
| int8_t lv_font_glyph_dsc_t::ofs_y |
y offset of the bounding box
| uint8_t lv_font_glyph_dsc_t::bpp |
Bit-per-pixel: 1, 2, 4, 8