VSF Documented
Data Fields
lv_font_glyph_dsc_t Struct Reference

#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
 

Detailed Description

描述符号的属性。

Field Documentation

◆ adv_w

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

◆ box_w

uint16_t lv_font_glyph_dsc_t::box_w

Width of the glyph's bounding box

◆ box_h

uint16_t lv_font_glyph_dsc_t::box_h

Height of the glyph's bounding box

◆ ofs_x

int16_t lv_font_glyph_dsc_t::ofs_x

x offset of the bounding box

◆ ofs_y

int16_t lv_font_glyph_dsc_t::ofs_y

y offset of the bounding box

◆ bpp

uint8_t lv_font_glyph_dsc_t::bpp

Bit-per-pixel: 1, 2, 4, 8