Searched refs:lv_obj_set_style_text_font (Results 1 – 14 of 14) sorted by relevance
/lvgl-3.6.0/examples/widgets/label/ |
D | lv_example_label_3.c | 11 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/ |
D | lv_example_ime_pinyin_1.c | 26 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()
|
D | lv_example_ime_pinyin_2.c | 26 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/ |
D | lv_demo_music.c | 244 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()
|
D | lv_demo_music_main.c | 277 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/ |
D | lv_example_scroll_5.c | 19 lv_obj_set_style_text_font(label, &lv_font_dejavu_16_persian_hebrew, 0); in lv_example_scroll_5()
|
D | lv_example_scroll_3.c | 46 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/ |
D | lv_example_imgfont_1.c | 41 lv_obj_set_style_text_font(label1, imgfont, LV_PART_MAIN); in lv_example_imgfont_1()
|
/lvgl-3.6.0/examples/widgets/menu/ |
D | lv_example_menu_4.c | 66 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/ |
D | lv_example_roller_3.c | 73 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/ |
D | lv_obj_style_gen.c | 539 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
|
D | lv_obj_style_gen.h | 638 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/ |
D | lv_ime_pinyin.c | 869 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/ |
D | lv_demo_widgets.c | 170 lv_obj_set_style_text_font(lv_scr_act(), font_normal, 0); in lv_demo_widgets()
|