Lines Matching full:with
2 .. |Aacute| unicode:: U+000C1 .. LATIN CAPITAL LETTER A WITH ACUTE
3 .. |eacute| unicode:: U+000E9 .. LATIN SMALL LETTER E WITH ACUTE
4 .. |otilde| unicode:: U+000F5 .. LATIN SMALL LETTER O WITH TILDE
5 .. |Utilde| unicode:: U+00168 .. LATIN CAPITAL LETTER U WITH TILDE
6 .. |uuml| unicode:: U+000FC .. LATIN SMALL LETTER U WITH DIAERESIS
94 enabled in ``lv_conf.h`` with *LV_FONT_...* defines.
125 …SERRAT_28_COMPRESSED`: Same as normal 28 px font but stored as a :ref:`fonts_compressed` with 3 bpp
126 - :c:macro:`LV_FONT_DEJAVU_16_PERSIAN_HEBREW`: 16 px font with normal range + Hebrew, Arabic, Pers…
127 - :c:macro:`LV_FONT_SIMSUN_16_CJK`: 16 px font with normal range plus 1000 of the most common CJK …
128 - :c:macro:`LV_FONT_UNSCII_8`: 8 px pixel perfect font with only ASCII characters
129 - :c:macro:`LV_FONT_UNSCII_16`: 16 px pixel perfect font with only ASCII characters
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
156 Or together with strings (compile time string concatenation):
249 Compression is more effective with larger fonts and higher bpp. However,
316 for the USB symbol. More symbols can be enumerated with ``,``.
343 `lv_font_conv <https://github.com/lvgl/lv_font_conv/>`__ with the
396 Small displays with low resolution don't look pretty with automatically rendered fonts. A bitmap fo…
471 :note: use 1-bpp because we don't use anti-aliasing. It doesn't look sharp on displays with a low r…