| VSF Documented
    | 
#include <lvgl.h>
| Data Fields | |
| uint16_t | adv_w | 
| uint16_t | box_w | 
| uint16_t | box_h | 
| int16_t | ofs_x | 
| int16_t | ofs_y | 
| uint8_t | bpp | 
描述符号的属性。
| 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
| uint16_t lv_font_glyph_dsc_t::box_w | 
Width of the glyph's bounding box
| uint16_t lv_font_glyph_dsc_t::box_h | 
Height of the glyph's bounding box
| int16_t lv_font_glyph_dsc_t::ofs_x | 
x offset of the bounding box
| int16_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