VSF Documented
|
#include <lvgl.h>
Data Fields | |
uint32_t | bitmap_index: 20 |
uint32_t | adv_w: 12 |
uint8_t | box_w |
uint8_t | box_h |
int8_t | ofs_x |
int8_t | ofs_y |
描述一个符号.
uint32_t lv_font_fmt_txt_glyph_dsc_t::bitmap_index |
Start index of the bitmap. A font can be max 1 MB.
uint32_t lv_font_fmt_txt_glyph_dsc_t::adv_w |
Draw the next glyph after this width. 8.4 format (real_value * 16 is stored).
uint8_t lv_font_fmt_txt_glyph_dsc_t::box_w |
Width of the glyph's bounding box
uint8_t lv_font_fmt_txt_glyph_dsc_t::box_h |
Height of the glyph's bounding box
int8_t lv_font_fmt_txt_glyph_dsc_t::ofs_x |
x offset of the bounding box
int8_t lv_font_fmt_txt_glyph_dsc_t::ofs_y |
y offset of the bounding box. Measured from the top of the line