LittlevGL  3.20.00.19
Data Fields
lv_font_glyph_dsc_t Struct Reference

#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
 

Detailed Description

Describes the properties of a glyph.

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

uint8_t lv_font_glyph_dsc_t::box_w

Width of the glyph's bounding box

§ box_h

uint8_t lv_font_glyph_dsc_t::box_h

Height of the glyph's bounding box

§ ofs_x

int8_t lv_font_glyph_dsc_t::ofs_x

x offset of the bounding box

§ ofs_y

int8_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


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale