Lines Matching full:with
10 This way, with higher *bpp*, the edges of the letter can be smoother. The possible *bpp* values are…
29 There are several built-in fonts in different sizes, which can be enabled in `lv_conf.h` with *LV_F…
53 - `LV_FONT_MONTSERRAT_12_SUBPX` Same as normal 12 px font but with [subpixel rendering](#subpixel-r…
54 …COMPRESSED` Same as normal 28 px font but stored as a [compressed font](#compress-fonts) with 3 bpp
55 - `LV_FONT_DEJAVU_16_PERSIAN_HEBREW` 16 px font with normal range + Hebrew, Arabic, Persian letters…
56 - `LV_FONT_SIMSUN_16_CJK`16 px font with normal range plus 1000 of the most common CJK radicals
57 - `LV_FONT_UNSCII_8` 8 px pixel perfect font with only ASCII characters
58 - `LV_FONT_UNSCII_16` 16 px pixel perfect font with only ASCII characters
61 The built-in fonts are **global variables** with names like `lv_font_montserrat_16` for a 16 px hei…
63 The built-in fonts with *bpp = 4* contain the ASCII characters and use the [Montserrat](https://fon…
74 Or together with strings (compile time string concatenation):
134 For subpixel rendering, the fonts need to be generated with special settings:
139 The order of color channels also needs to match with the library settings. By default, LVGL assumes…
146 Compression is more effective with larger fonts and higher bpp. However, it's about 30% slower to r…
170 …mbol to the range field. E.g.` 0xf287` for the USB symbol. More symbols can be enumerated with `,`.
183 Use [lv_font_conv](https://github.com/lvgl/lv_font_conv/) with the `--format bin` option to generat…