i80_controller sample
lv_font_get_glyph_width()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_font_get_glyph_width()
lv_font_get_glyph_width() function
Get the width of a glyph with kerning
Syntax
Show:
Summary
Declaration
Definition
from
lv_font.h:151
uint16_t
lv_font_get_glyph_width
(
const
lv_font_t
*
font
,
uint32_t
letter
,
uint32_t
letter_next
)
;
Implemented in
lv_font.c:119
Arguments
Argument
Declared as
Description
font
const
lv_font_t
*
pointer to a font
letter
uint32_t
a UNICODE letter
letter_next
uint32_t
the next letter after `letter`. Used for kerning
Return value
the width of the glyph
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