i80_controller sample
lv_snippet_t::font
is only used within i80_controller 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
i80_controller sample
lv_snippet_t::font
lv_snippet_t::font field
Syntax
Show:
Summary
Declaration
from
lv_span.c:32
const
lv_font_t
*
font
;
Examples
References
from
examples
Code
Location
Referrer
const
lv_font_t
*
font
;
lv_span.c:32
snippet
.
font
=
lv_span_get_style_text_font
(
obj
,
cur_span
)
;
lv_span.c:477
lv_spangroup_get_expand_height()
snippet
.
line_h
=
lv_font_get_line_height
(
snippet
.
font
)
+
line_space
;
lv_span.c:479
lv_spangroup_get_expand_height()
bool
isfill
=
lv_text_get_snippet
(
&
cur_txt
[
cur_txt_ofs
]
,
snippet
.
font
,
snippet
.
letter_space
,
lv_span.c:485
lv_spangroup_get_expand_height()
snippet
.
font
=
lv_span_get_style_text_font
(
obj
,
cur_span
)
;
lv_span.c:873
lv_draw_span()
snippet
.
line_h
=
lv_font_get_line_height
(
snippet
.
font
)
+
line_space
;
lv_span.c:875
lv_draw_span()
bool
isfill
=
lv_text_get_snippet
(
&
cur_txt
[
cur_txt_ofs
]
,
snippet
.
font
,
snippet
.
letter_space
,
lv_span.c:881
lv_draw_span()
max_baseline
=
snippet
.
font
->
base_line
;
lv_span.c:913
lv_draw_span()
last_snippet
->
txt_w
=
lv_text_get_width
(
last_snippet
->
txt
,
last_snippet
->
bytes
,
last_snippet
->
font
,
lv_span.c:944
lv_draw_span()
pos
.
y
=
txt_pos
.
y
+
max_line_h
-
pinfo
->
line_h
-
(
max_baseline
-
pinfo
->
font
->
base_line
)
;
lv_span.c:985
lv_draw_span()
dot_letter_w
=
lv_font_get_glyph_width
(
pinfo
->
font
,
'.'
,
'.'
)
;
lv_span.c:999
lv_draw_span()
int32_t
letter_w
=
lv_font_get_glyph_width
(
pinfo
->
font
,
letter
,
letter_next
)
;
lv_span.c:1012
lv_draw_span()
line_dsc
.
width
=
label_draw_dsc
.
font
->
underline_thickness
?
pinfo
->
font
->
underline_thickness
:
1
;
lv_span.c:1046
lv_draw_span()
int32_t
y
=
pos
.
y
+
pinfo
->
line_h
-
line_space
-
pinfo
->
font
->
base_line
-
pinfo
->
font
->
underline_position
;
lv_span.c:1058
lv_draw_span()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_snippet_t::font
is written by 2 functions and is read by 2 functions:
lv_spangroup_get_expand_height()
lv_draw_span()
All items filtered out
lv_snippet_t::font
lv_spangroup_get_expand_height()
lv_draw_span()
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