lv_label_private.h
API reference for lv_label_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_label.h
Summary
Structs
struct
_lv_label_t
| Member | Type | Description |
|---|---|---|
obj | lv_obj_t | |
text | char * | |
translation_tag | char * | |
dot | char[3+1] | Bytes that have been replaced with dots |
dot_begin | uint32_t | Offset where bytes have been replaced with dots |
max_lines | int32_t | |
hint | lv_draw_label_hint_t | |
sel_start | uint32_t | |
sel_end | uint32_t | |
size_cache | lv_point_t | Text size cache |
offset | lv_point_t | Text draw position offset |
long_mode | lv_label_long_mode_t | Determine what to do with the long texts |
static_txt | uint8_t | Flag to indicate the text is static |
recolor | uint8_t | Enable in-line letter re-coloring |
expand | uint8_t | Ignore real width (used by the library with LV_LABEL_LONG_MODE_SCROLL) |
invalid_size_cache | uint8_t | 1: Recalculate size and update cache |
need_refr_text | uint8_t | 1: Refresh text after layout update completion |
text_size | lv_point_t |
Dependencies
lv_draw_label_private.hlv_obj_private.hlvgl_public.h
Indirect dependencies
Last updated on