/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_util.c | 62 static void init_fonts_sm(lv_style_t * fonts); 63 static void init_fonts_md(lv_style_t * fonts); 64 static void init_fonts_lg(lv_style_t * fonts); 273 lv_style_init(&c->fonts[i]); in lv_demo_high_res_base_obj_create() 275 c->sz->init_fonts_cb(c->fonts); in lv_demo_high_res_base_obj_create() 471 static void init_fonts_sm(lv_style_t * fonts) in init_fonts_sm() argument 473 lv_style_set_text_font(&fonts[FONT_HEADING_MD], &font_lv_demo_high_res_roboto_slab_regular_20); in init_fonts_sm() 474 lv_style_set_text_font(&fonts[FONT_HEADING_LG], &font_lv_demo_high_res_roboto_slab_regular_40); in init_fonts_sm() 475 lv_style_set_text_font(&fonts[FONT_HEADING_XL], &font_lv_demo_high_res_roboto_slab_light_80); in init_fonts_sm() 476 lv_style_set_text_font(&fonts[FONT_HEADING_XXL], &font_lv_demo_high_res_roboto_slab_light_107); in init_fonts_sm() [all …]
|
D | lv_demo_high_res_app_smart_home.c | 98 lv_obj_add_style(back_label, &c->fonts[FONT_HEADING_MD], 0); in lv_demo_high_res_app_smart_home() 103 lv_obj_add_style(app_label, &c->fonts[FONT_HEADING_LG], 0); in lv_demo_high_res_app_smart_home() 151 lv_obj_add_style(top_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget1() 163 lv_obj_add_style(main_temp, &c->fonts[FONT_LABEL_2XL], 0); in create_widget1() 172 lv_obj_add_style(outdoor_temp, &c->fonts[FONT_LABEL_XL], 0); in create_widget1() 178 lv_obj_add_style(outdoor_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1() 216 lv_obj_add_style(top_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget_charging() 241 lv_obj_add_style(percent_label, &c->fonts[FONT_LABEL_XL], 0); in create_widget_charging() 253 lv_obj_add_style(time_to_full_num_label, &c->fonts[FONT_LABEL_XL], 0); in create_widget_charging() 260 lv_obj_add_style(h_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget_charging() [all …]
|
D | lv_demo_high_res_app_ev_charging.c | 137 lv_obj_add_style(back_label, &c->fonts[FONT_HEADING_MD], 0); in lv_demo_high_res_app_ev_charging() 142 lv_obj_add_style(app_label, &c->fonts[FONT_HEADING_LG], 0); in lv_demo_high_res_app_ev_charging() 256 lv_obj_add_style(gas_savings_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget1() 260 lv_obj_add_style(estimated_values_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1() 273 lv_obj_add_style(saved_amount_label, &c->fonts[FONT_LABEL_XL], 0); in create_widget1() 278 lv_obj_add_style(saved_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1() 284 lv_obj_add_style(total_spent_span, &c->fonts[FONT_LABEL_XS], 0); in create_widget1() 314 lv_obj_add_style(gas_equivalent_span, &c->fonts[FONT_LABEL_XS], 0); in create_widget1() 327 lv_obj_add_style(label, &c->fonts[FONT_LABEL_XS], 0); in widget2_chart_label() 350 lv_obj_add_style(title_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget2() [all …]
|
D | lv_demo_high_res_app_smart_meter.c | 116 lv_obj_add_style(back_label, &c->fonts[FONT_HEADING_MD], 0); in lv_demo_high_res_app_smart_meter() 121 lv_obj_add_style(app_label, &c->fonts[FONT_HEADING_LG], 0); in lv_demo_high_res_app_smart_meter() 164 lv_obj_add_style(title, &c->fonts[FONT_LABEL_MD], 0); in create_widget1_part() 179 lv_obj_add_style(daily_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1_part() 188 lv_obj_add_style(daily_value_label, &c->fonts[FONT_LABEL_LG], 0); in create_widget1_part() 192 lv_obj_add_style(daily_kwh_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1_part() 202 lv_obj_add_style(weekly_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1_part() 211 lv_obj_add_style(weekly_value_label, &c->fonts[FONT_LABEL_LG], 0); in create_widget1_part() 215 lv_obj_add_style(weekly_kwh_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1_part() 336 lv_obj_add_style(label, &c->fonts[FONT_LABEL_XS], 0); in widget23_chart_label() [all …]
|
D | lv_demo_high_res_app_thermostat.c | 103 lv_obj_add_style(back_label, &c->fonts[FONT_HEADING_MD], 0); in lv_demo_high_res_app_thermostat() 108 lv_obj_add_style(app_label, &c->fonts[FONT_HEADING_LG], 0); in lv_demo_high_res_app_thermostat() 138 lv_obj_add_style(label, &c->fonts[FONT_LABEL_XS], 0); in widget1_chart_label() 159 lv_obj_add_style(title_label, &c->fonts[FONT_LABEL_MD], 0); in create_widget1() 214 lv_obj_add_style(consumed_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget1() 221 lv_obj_add_style(amount_number, &c->fonts[FONT_LABEL_XL], 0); in create_widget1() 226 lv_obj_add_style(amount_kwh, &c->fonts[FONT_LABEL_SM], 0); in create_widget1() 267 lv_obj_add_style(title_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget2_value() 272 lv_obj_add_style(range_label, &c->fonts[FONT_LABEL_SM], 0); in create_widget2_value() 294 lv_obj_add_style(temperature_label, &c->fonts[FONT_LABEL_XL], 0); in create_widget2_value() [all …]
|
D | lv_demo_high_res_home.c | 92 lv_obj_add_style(date, &c->fonts[FONT_HEADING_MD], 0); in lv_demo_high_res_home() 100 lv_obj_add_style(time, &c->fonts[FONT_HEADING_XXL], 0); in lv_demo_high_res_home() 120 lv_obj_add_style(weather_label, &c->fonts[FONT_LABEL_MD], 0); in lv_demo_high_res_home() 124 lv_obj_add_style(weather_hi_lo_label, &c->fonts[FONT_LABEL_MD], 0); in lv_demo_high_res_home() 131 lv_obj_add_style(weather_temperature_label, &c->fonts[FONT_HEADING_XL], 0); in lv_demo_high_res_home() 137 lv_obj_add_style(weather_temperature_location_label, &c->fonts[FONT_LABEL_MD], 0); in lv_demo_high_res_home() 186 lv_obj_add_style(theme_label, &c->fonts[FONT_LABEL_SM], 0); in lv_demo_high_res_home() 253 lv_obj_add_style(label, &c->fonts[FONT_LABEL_MD], 0); in app_card_create()
|
D | lv_demo_high_res_top_margin.c | 83 lv_obj_add_style(date_label, &c->fonts[FONT_LABEL_SM], 0); in lv_demo_high_res_top_margin_create() 88 lv_obj_add_style(time_label, &c->fonts[FONT_LABEL_SM], 0); in lv_demo_high_res_top_margin_create() 231 lv_obj_add_style(ssid, &c->fonts[FONT_LABEL_XS], 0); in create_wifi() 235 lv_obj_add_style(ip, &c->fonts[FONT_LABEL_XS], 0); in create_wifi() 266 lv_obj_add_style(lab1, &c->fonts[FONT_LABEL_XS], 0); in create_perfmon() 279 lv_obj_add_style(lab2, &c->fonts[FONT_LABEL_XS], 0); in create_perfmon() 282 lv_obj_add_style(lab3, &c->fonts[FONT_LABEL_XS], 0); in create_perfmon() 348 lv_obj_add_style(label, &c->fonts[FONT_LABEL_SM], 0); in create_setting_label_cont()
|
D | lv_demo_high_res_private.h | 167 void (*init_fonts_cb)(lv_style_t * fonts); 189 lv_style_t fonts[FONT_COUNT]; member
|
D | lv_demo_high_res_app_about.c | 92 lv_obj_add_style(back_label, &c->fonts[FONT_HEADING_MD], 0); in lv_demo_high_res_app_about() 97 lv_obj_add_style(app_label, &c->fonts[FONT_HEADING_LG], 0); in lv_demo_high_res_app_about()
|
/lvgl-latest/tests/src/test_files/fonts/noto/ |
D | README.txt | 4 This download contains Noto Sans SC as both a variable font and static fonts. 12 If your app fully supports variable fonts, you can now pick intermediate styles 13 that aren’t available as static fonts. Not all apps support variable fonts, and 33 Learn more about variable fonts 36 https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts 38 https://medium.com/variable-fonts 42 https://theblog.adobe.com/can-variable-fonts-illustrator-cc 43 https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts 47 https://developers.google.com/fonts/docs/getting_started 49 https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts [all …]
|
D | OFL.txt | 16 open framework in which fonts may be shared and improved in partnership 19 The OFL allows the licensed fonts to be used, studied, modified and 21 fonts, including any derivative works, can be bundled, embedded, 23 names are not used by derivative works. The fonts and derivatives, 25 requirement for fonts to remain under this license does not apply 26 to any document created using the fonts or their derivatives. 76 distributed under any other license. The requirement for fonts to
|
/lvgl-latest/docs/details/other-components/ |
D | font_manager.rst | 8 facilities for high-level applications to manage and use vector fonts. Currently 49 /* Create font manager, with 8 fonts recycling buffers */ 63 The ``font_family`` parameter can be filled with the names of multiple fonts 106 deleted all fonts using :cpp:func:`lv_font_manager_delete_font`. The font manager 107 will check the reference status of all allocated fonts. If there are still fonts
|
D | xml.rst | 283 In an XML file, images and fonts can be referenced via a name like this: 295 The built-in fonts are automatically registered with names like
|
/lvgl-latest/examples/libs/freetype/ |
D | OFL.txt | 16 open framework in which fonts may be shared and improved in partnership 19 The OFL allows the licensed fonts to be used, studied, modified and 21 fonts, including any derivative works, can be bundled, embedded, 23 names are not used by derivative works. The fonts and derivatives, 25 requirement for fonts to remain under this license does not apply 26 to any document created using the fonts or their derivatives. 76 distributed under any other license. The requirement for fonts to
|
/lvgl-latest/scripts/built_in_font/font_license/Montserrat/ |
D | OFL.txt | 16 open framework in which fonts may be shared and improved in partnership 19 The OFL allows the licensed fonts to be used, studied, modified and 21 fonts, including any derivative works, can be bundled, embedded, 23 names are not used by derivative works. The fonts and derivatives, 25 requirement for fonts to remain under this license does not apply 26 to any document created using the fonts or their derivatives. 76 distributed under any other license. The requirement for fonts to
|
/lvgl-latest/docs/details/main-components/ |
D | font.rst | 15 In LVGL fonts are collections of bitmaps and other information required 93 There are several built-in fonts in different sizes, which can be 99 The following fonts contain all ASCII characters, the degree symbol (U+00B0), the 122 Special fonts 131 The built-in fonts are **global variables** with names like 139 The built-in fonts with ``bpp = 4`` contain the ASCII characters and use 140 the `Montserrat <https://fonts.google.com/specimen/Montserrat>`__ font. 143 the built-in fonts from the `FontAwesome <https://fontawesome.com/>`__ 240 Compressed fonts 244 Compressed fonts can be generated by [all …]
|
/lvgl-latest/scripts/built_in_font/font_license/DejaVuSans/ |
D | LICENSE | 2 Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below) 11 of the fonts accompanying this license ("Fonts") and associated 23 additional glyphs or characters may be added to the Fonts, only if the fonts 48 Inc., respectively. For further information, contact: fonts at gnome dot 57 a copy of the fonts accompanying this license ("Fonts") and 72 Fonts, only if the fonts are renamed to names not containing either
|
/lvgl-latest/scripts/built_in_font/font_license/FontAwesome5/ |
D | LICENSE.txt | 40 open framework in which fonts may be shared and improved in partnership 43 The OFL allows the licensed fonts to be used, studied, modified and 45 fonts, including any derivative works, can be bundled, embedded, 47 names are not used by derivative works. The fonts and derivatives, 49 requirement for fonts to remain under this license does not apply 50 to any document created using the fonts or their derivatives. 100 distributed under any other license. The requirement for fonts to
|
/lvgl-latest/ |
D | .typos.toml | 28 # https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6loca.html
|
/lvgl-latest/docs/details/libs/ |
D | tiny_ttf.rst | 12 Allow using TrueType fonts in LVGL.
|
D | freetype.rst | 96 The font style supports *Italic* and **Bold** fonts processed by
|
/lvgl-latest/scripts/ |
D | code-format.cfg | 53 --exclude=../demos/high_res/fonts
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModel.cpp | 491 for (auto f = fonts.begin(); f < fonts.end(); ++f) { in ~LottieComposition()
|
/lvgl-latest/docs/details/widgets/ |
D | spangroup.rst | 13 different fonts, colors, and sizes into the Spangroup Widget.
|
/lvgl-latest/docs/details/integration/os/ |
D | qnx.rst | 89 `$(LVGL_ROOT)/env_support/qnx/lv_conf.h`, e.g. to add fonts or disable
|