Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_text_font (Results 1 – 14 of 14) sorted by relevance

/lvgl-3.6.0/examples/widgets/label/
Dlv_example_label_3.c11 lv_obj_set_style_text_font(ltr_label, &lv_font_montserrat_16, 0); in lv_example_label_3()
19 lv_obj_set_style_text_font(rtl_label, &lv_font_dejavu_16_persian_hebrew, 0); in lv_example_label_3()
26 lv_obj_set_style_text_font(cz_label, &lv_font_simsun_16_cjk, 0); in lv_example_label_3()
/lvgl-3.6.0/examples/others/ime/
Dlv_example_ime_pinyin_1.c26 lv_obj_set_style_text_font(pinyin_ime, &lv_font_simsun_16_cjk, 0); in lv_example_ime_pinyin_1()
32 lv_obj_set_style_text_font(ta1, &lv_font_simsun_16_cjk, 0); in lv_example_ime_pinyin_1()
51 lv_obj_set_style_text_font(cz_label, &lv_font_simsun_16_cjk, 0); in lv_example_ime_pinyin_1()
Dlv_example_ime_pinyin_2.c26 lv_obj_set_style_text_font(pinyin_ime, &lv_font_simsun_16_cjk, 0); in lv_example_ime_pinyin_2()
32 lv_obj_set_style_text_font(ta1, &lv_font_simsun_16_cjk, 0); in lv_example_ime_pinyin_2()
53 lv_obj_set_style_text_font(cz_label, &lv_font_simsun_16_cjk, 0); in lv_example_ime_pinyin_2()
/lvgl-3.6.0/demos/music/
Dlv_demo_music.c244 lv_obj_set_style_text_font(dsc, font_small, 0); in auto_step_cb()
249 lv_obj_set_style_text_font(num, font_large, 0); in auto_step_cb()
257 lv_obj_set_style_text_font(attr, font_small, 0); in auto_step_cb()
Dlv_demo_music_main.c277 lv_obj_set_style_text_font(title, font_large, 0); in _lv_demo_music_main_create()
485 lv_obj_set_style_text_font(title_label, font_large, 0); in create_title_box()
491 lv_obj_set_style_text_font(artist_label, font_small, 0); in create_title_box()
496 lv_obj_set_style_text_font(genre_label, font_small, 0); in create_title_box()
619 lv_obj_set_style_text_font(time_obj, font_small, 0); in create_ctrl_box()
640 lv_obj_set_style_text_font(handle_label, font_small, 0); in create_handle()
/lvgl-3.6.0/examples/scroll/
Dlv_example_scroll_5.c19 lv_obj_set_style_text_font(label, &lv_font_dejavu_16_persian_hebrew, 0); in lv_example_scroll_5()
Dlv_example_scroll_3.c46 lv_obj_set_style_text_font(float_btn, lv_theme_get_font_large(float_btn), 0); in lv_example_scroll_3()
/lvgl-3.6.0/examples/others/imgfont/
Dlv_example_imgfont_1.c41 lv_obj_set_style_text_font(label1, imgfont, LV_PART_MAIN); in lv_example_imgfont_1()
/lvgl-3.6.0/examples/widgets/menu/
Dlv_example_menu_4.c66 lv_obj_set_style_text_font(float_btn, lv_theme_get_font_large(float_btn), 0); in lv_example_menu_4()
/lvgl-3.6.0/examples/widgets/roller/
Dlv_example_roller_3.c73 lv_obj_set_style_text_font(roller1, &lv_font_montserrat_22, LV_PART_SELECTED); in lv_example_roller_3()
/lvgl-3.6.0/src/core/
Dlv_obj_style_gen.c539 void lv_obj_set_style_text_font(struct _lv_obj_t * obj, const lv_font_t * value, lv_style_selector_… in lv_obj_set_style_text_font() function
Dlv_obj_style_gen.h638 void lv_obj_set_style_text_font(struct _lv_obj_t * obj, const lv_font_t * value, lv_style_selector_…
/lvgl-3.6.0/src/extra/others/ime/
Dlv_ime_pinyin.c869 lv_obj_set_style_text_font(pinyin_ime->cand_panel, font, 0); in lv_ime_pinyin_style_change_event()
/lvgl-3.6.0/demos/widgets/
Dlv_demo_widgets.c170 lv_obj_set_style_text_font(lv_scr_act(), font_normal, 0); in lv_demo_widgets()