i2c_oled sample
lv_font_fmt_txt_dsc_t
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
lv_font_fmt_txt_dsc_t
lv_font_fmt_txt_dsc_t struct
Syntax
Show:
Summary
Declaration
from
lv_font_fmt_txt.h:160
typedef
struct
{
const
uint8_t
*
glyph_bitmap
;
const
lv_font_fmt_txt_glyph_dsc_t
*
glyph_dsc
;
const
lv_font_fmt_txt_cmap_t
*
cmaps
;
const
void
*
kern_dsc
;
uint16_t
kern_scale
;
uint16_t
cmap_num
:
9
;
uint16_t
bpp
:
4
;
uint16_t
kern_classes
:
1
;
uint16_t
bitmap_format
:
2
;
lv_font_fmt_txt_glyph_cache_t
*
cache
;
}
lv_font_fmt_txt_dsc_t
;
Fields
Field
Declared as
Description
lv_font_fmt_txt_dsc_t::glyph_bitmap
const
uint8_t
*
lv_font_fmt_txt_dsc_t::glyph_dsc
const
lv_font_fmt_txt_glyph_dsc_t
*
lv_font_fmt_txt_dsc_t::cmaps
const
lv_font_fmt_txt_cmap_t
*
lv_font_fmt_txt_dsc_t::kern_dsc
const
void
*
Store kerning values. Can be `lv_font_fmt_txt_kern_pair_t * or `lv_font_kern_classes_fmt_txt_t *` depending on `kern_classes`.
lv_font_fmt_txt_dsc_t::kern_scale
uint16_t
lv_font_fmt_txt_dsc_t::cmap_num
uint16_t
:
9
lv_font_fmt_txt_dsc_t::bpp
uint16_t
:
4
lv_font_fmt_txt_dsc_t::kern_classes
uint16_t
:
1
lv_font_fmt_txt_dsc_t::bitmap_format
uint16_t
:
2
lv_font_fmt_txt_dsc_t::cache
lv_font_fmt_txt_glyph_cache_t
*
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out