/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_roller.c | 290 lv_obj_set_style_text_font(r, &lv_font_montserrat_16, LV_PART_MAIN); in test_roller_appearance() 291 lv_obj_set_style_text_font(r, &lv_font_montserrat_24, LV_PART_SELECTED); in test_roller_appearance() 296 lv_obj_set_style_text_font(r, &lv_font_montserrat_16, LV_PART_MAIN); in test_roller_appearance() 297 lv_obj_set_style_text_font(r, &lv_font_montserrat_24, LV_PART_SELECTED); in test_roller_appearance() 304 lv_obj_set_style_text_font(r, &lv_font_montserrat_24, LV_PART_MAIN); in test_roller_appearance() 305 lv_obj_set_style_text_font(r, &lv_font_montserrat_16, LV_PART_SELECTED); in test_roller_appearance() 310 lv_obj_set_style_text_font(r, &lv_font_montserrat_24, LV_PART_MAIN); in test_roller_appearance() 311 lv_obj_set_style_text_font(r, &lv_font_montserrat_16, LV_PART_SELECTED); in test_roller_appearance() 318 lv_obj_set_style_text_font(r, &lv_font_montserrat_8, LV_PART_MAIN); in test_roller_appearance() 319 lv_obj_set_style_text_font(r, &lv_font_montserrat_36, LV_PART_SELECTED); in test_roller_appearance() [all …]
|
D | test_imgfont.c | 48 lv_obj_set_style_text_font(label, imgfont, LV_PART_MAIN); in test_imgfont_creation()
|
D | test_keyboard.c | 24 lv_obj_set_style_text_font(keyboard, &lv_font_dejavu_16_persian_hebrew, LV_PART_MAIN); in test_keyboard_mode()
|
/lvgl-latest/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-latest/examples/widgets/keyboard/ |
D | lv_example_keyboard_1.c | 43 lv_obj_set_style_text_font(kb, &lv_font_dejavu_16_persian_hebrew, 0); in lv_example_keyboard_1() 44 lv_obj_set_style_text_font(ta1, &lv_font_dejavu_16_persian_hebrew, 0); in lv_example_keyboard_1() 45 lv_obj_set_style_text_font(ta2, &lv_font_dejavu_16_persian_hebrew, 0); in lv_example_keyboard_1()
|
/lvgl-latest/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-latest/examples/widgets/textarea/ |
D | lv_example_textarea_2.c | 45 lv_obj_set_style_text_font(kb, &lv_font_dejavu_16_persian_hebrew, 0); in lv_example_textarea_2() 46 lv_obj_set_style_text_font(text_ta, &lv_font_dejavu_16_persian_hebrew, 0); in lv_example_textarea_2() 47 lv_obj_set_style_text_font(pwd_ta, &lv_font_dejavu_16_persian_hebrew, 0); in lv_example_textarea_2()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_snapshot.c | 48 lv_obj_set_style_text_font(label, &lv_font_montserrat_28, 0); in test_snapshot_with_transform_should_not_leak_memory() 74 lv_obj_set_style_text_font(label, &lv_font_montserrat_28, 0); in test_snapshot_take_snapshot_immediately_after_obj_create() 98 lv_obj_set_style_text_font(label, &lv_font_montserrat_28, 0); in test_snapshot_take_snapshot_with_transform()
|
D | test_font_loader.c | 85 lv_obj_set_style_text_font(label1, font_1_bin, 0); in common() 87 lv_obj_set_style_text_font(label2, font_2_bin, 0); in common() 89 lv_obj_set_style_text_font(label3, font_3_bin, 0); in common() 162 lv_obj_set_style_text_font(label, &style_font, 0); in test_font_loader_reload()
|
/lvgl-latest/demos/music/ |
D | lv_demo_music.c | 224 lv_obj_set_style_text_font(dsc, font_small, 0); in auto_step_cb() 229 lv_obj_set_style_text_font(num, font_large, 0); in auto_step_cb() 239 lv_obj_set_style_text_font(attr, font_small, 0); in auto_step_cb()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_settings.c | 73 lv_obj_set_style_text_font(label, EBIKE_FONT_MEDIUM, 0); in left_cont_create() 102 lv_obj_set_style_text_font(cont, EBIKE_FONT_SMALL, 0); in slider_create() 137 lv_obj_set_style_text_font(cont, EBIKE_FONT_SMALL, 0); in switch_create() 170 lv_obj_set_style_text_font(cont, EBIKE_FONT_SMALL, 0); in dropdown_create() 198 lv_obj_set_style_text_font(list, EBIKE_FONT_SMALL, 0); in dropdown_create()
|
D | lv_demo_ebike_home.c | 162 lv_obj_set_style_text_font(label, EBIKE_FONT_MEDIUM, 0); in info_box_create() 166 lv_obj_set_style_text_font(label, EBIKE_FONT_SMALL, 0); in info_box_create() 232 lv_obj_set_style_text_font(label, EBIKE_FONT_MEDIUM, 0); in left_cont_create() 303 lv_obj_set_style_text_font(roller, &font_ebike_130, 0); in roller_create() 333 lv_obj_set_style_text_font(label, EBIKE_FONT_LARGE, 0); in card_labels_create() 337 lv_obj_set_style_text_font(label, EBIKE_FONT_SMALL, 0); in card_labels_create() 341 lv_obj_set_style_text_font(label, EBIKE_FONT_SMALL, 0); in card_labels_create()
|
D | lv_demo_ebike_stats.c | 113 lv_obj_set_style_text_font(label, EBIKE_FONT_MEDIUM, 0); in left_cont_create() 158 lv_obj_set_style_text_font(btnm, EBIKE_FONT_SMALL, LV_PART_ITEMS); in tabs_create() 252 lv_obj_set_style_text_font(label, EBIKE_FONT_LARGE, 0); in data_cont_create() 259 lv_obj_set_style_text_font(label, EBIKE_FONT_SMALL, 0); in data_cont_create() 533 lv_obj_set_style_text_font(label, EBIKE_FONT_SMALL, 0); in stat_card_create() 536 lv_obj_set_style_text_font(label, EBIKE_FONT_MEDIUM, 0); in stat_card_create()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_weather.c | 157 lv_obj_set_style_text_font(label_day, &lv_font_montserrat_20, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_daily() 176 lv_obj_set_style_text_font(label, &lv_font_montserrat_20, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_daily() 202 lv_obj_set_style_text_font(hour_label, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly() 222 lv_obj_set_style_text_font(temp_label, &lv_font_montserrat_14, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly() 229 …lv_obj_set_style_text_font(humidity_label, &lv_font_montserrat_14, LV_PART_MAIN | LV_STATE_DEFAULT… in lv_demo_smartwatch_weather_add_hourly() 236 lv_obj_set_style_text_font(wind_label, &lv_font_montserrat_14, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly() 243 lv_obj_set_style_text_font(uv_label, &lv_font_montserrat_14, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_weather_add_hourly() 278 … lv_obj_set_style_text_font(weather_city, &lv_font_montserrat_20, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_weather() 298 …lv_obj_set_style_text_font(weather_current_temp, &lv_font_montserrat_46, LV_PART_MAIN | LV_STATE_D… in create_screen_weather()
|
D | lv_demo_smartwatch_home.c | 310 lv_obj_set_style_text_font(face_label, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface() 334 lv_obj_set_style_text_font(hour_label, &lv_font_montserrat_48, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home() 343 … lv_obj_set_style_text_font(minute_label, &lv_font_montserrat_48, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home() 353 lv_obj_set_style_text_font(date_label, &lv_font_montserrat_20, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home() 373 …lv_obj_set_style_text_font(weather_temperature, &lv_font_montserrat_20, LV_PART_MAIN | LV_STATE_DE… in create_screen_home() 382 …lv_obj_set_style_text_font(weekday_label, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home() 391 … lv_obj_set_style_text_font(am_pm_label, &lv_font_montserrat_20, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home() 425 lv_obj_set_style_text_font(alert_text, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home()
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_tiny_ttf.c | 69 lv_obj_set_style_text_font(label_normal, font_normal, LV_PART_MAIN); in test_tiny_ttf_kerning() 73 lv_obj_set_style_text_font(label_none, font_none, LV_PART_MAIN); in test_tiny_ttf_kerning()
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_5.c | 18 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-latest/examples/widgets/calendar/ |
D | lv_example_calendar_2.c | 20 lv_obj_set_style_text_font(calendar, &lv_font_simsun_14_cjk, LV_PART_MAIN); in lv_example_calendar_2()
|
/lvgl-latest/examples/others/font_manager/ |
D | lv_example_font_manager_1.c | 36 lv_obj_set_style_text_font(label, font, 0); in lv_example_font_manager_1()
|
/lvgl-latest/demos/benchmark/ |
D | lv_demo_benchmark.c | 222 if(hor_res * ver_res > 800 * 480) lv_obj_set_style_text_font(scr, &lv_font_montserrat_26, 0); in multiple_labels_cb() 223 … else if(hor_res * ver_res > 320 * 240) lv_obj_set_style_text_font(scr, &lv_font_montserrat_20, 0); in multiple_labels_cb() 224 else lv_obj_set_style_text_font(scr, &lv_font_montserrat_14, 0); in multiple_labels_cb() 262 if(hor_res * ver_res > 800 * 480) lv_obj_set_style_text_font(scr, &lv_font_montserrat_26, 0); in screen_sized_text_cb() 263 … else if(hor_res * ver_res > 320 * 240) lv_obj_set_style_text_font(scr, &lv_font_montserrat_20, 0); in screen_sized_text_cb() 264 else lv_obj_set_style_text_font(scr, &lv_font_montserrat_14, 0); in screen_sized_text_cb() 530 lv_obj_set_style_text_font(scr, LV_FONT_DEFAULT, 0); in load_scene() 829 lv_obj_set_style_text_font(child, &lv_font_montserrat_24, 0); in card_create() 834 lv_obj_set_style_text_font(child, &lv_font_montserrat_14, 0); in card_create()
|
/lvgl-latest/examples/others/imgfont/ |
D | lv_example_imgfont_1.c | 47 lv_obj_set_style_text_font(label1, imgfont, LV_PART_MAIN); in lv_example_imgfont_1()
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_clip_corner.c | 35 lv_obj_set_style_text_font(label, &lv_font_montserrat_24, 0); in create_panel()
|
/lvgl-latest/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()
|