Searched refs:LV_STYLE_TEXT_FONT (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/examples/libs/tiny_ttf/ |
D | lv_example_tiny_ttf_3.c | 49 lv_style_get_prop(style, LV_STYLE_TEXT_FONT, &v); in font_size_observer_cb()
|
/lvgl-latest/src/misc/ |
D | lv_style.c | 122 …[LV_STYLE_TEXT_FONT] = LV_STYLE_PROP_FLAG_INHERITABLE | LV_STYLE_PROP_FLAG_LAYOUT_… 414 case LV_STYLE_TEXT_FONT: in lv_style_prop_get_default()
|
D | lv_style.h | 288 LV_STYLE_TEXT_FONT = 90, enumerator
|
D | lv_style_gen.c | 642 lv_style_set_prop(style, LV_STYLE_TEXT_FONT, v); in lv_style_set_text_font()
|
D | lv_style_gen.h | 529 .prop = LV_STYLE_TEXT_FONT, .value = { .ptr = val } \
|
/lvgl-latest/src/widgets/property/ |
D | lv_style_properties.h | 110 … LV_PROPERTY_ID(STYLE, TEXT_FONT, LV_PROPERTY_TYPE_FONT, LV_STYLE_TEXT_FONT),
|
/lvgl-latest/docs/details/widgets/ |
D | scale.rst | 264 :LV_STYLE_TEXT_FONT: :cpp:func:`lv_style_set_text_font`
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.c | 642 lv_obj_set_local_style_prop(obj, LV_STYLE_TEXT_FONT, v, selector); in lv_obj_set_style_text_font()
|
D | lv_obj_style.c | 876 case LV_STYLE_TEXT_FONT: in trans_anim_cb()
|
D | lv_obj_style_gen.h | 552 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_TEXT_FONT); in lv_obj_get_style_text_font()
|
/lvgl-latest/src/widgets/span/ |
D | lv_span.c | 783 lv_style_res_t res = lv_style_get_prop(&span->style, LV_STYLE_TEXT_FONT, &value); in lv_span_get_style_text_font()
|
/lvgl-latest/src/widgets/scale/ |
D | lv_scale.c | 1389 res = lv_style_get_prop(indicator_section_style, LV_STYLE_TEXT_FONT, &value); in scale_set_indicator_label_properties()
|