Lines Matching full:c

20 .. code-block:: c
51 and be sure that :c:macro:`LV_TXT_ENC` is set to :c:macro:`LV_TXT_ENC_UTF8` in
56 .. code-block:: c
102 - :c:macro:`LV_FONT_MONTSERRAT_12`: 12 px font
103 - :c:macro:`LV_FONT_MONTSERRAT_14`: 14 px font
104 - :c:macro:`LV_FONT_MONTSERRAT_16`: 16 px font
105 - :c:macro:`LV_FONT_MONTSERRAT_18`: 18 px font
106 - :c:macro:`LV_FONT_MONTSERRAT_20`: 20 px font
107 - :c:macro:`LV_FONT_MONTSERRAT_22`: 22 px font
108 - :c:macro:`LV_FONT_MONTSERRAT_24`: 24 px font
109 - :c:macro:`LV_FONT_MONTSERRAT_26`: 26 px font
110 - :c:macro:`LV_FONT_MONTSERRAT_28`: 28 px font
111 - :c:macro:`LV_FONT_MONTSERRAT_30`: 30 px font
112 - :c:macro:`LV_FONT_MONTSERRAT_32`: 32 px font
113 - :c:macro:`LV_FONT_MONTSERRAT_34`: 34 px font
114 - :c:macro:`LV_FONT_MONTSERRAT_36`: 36 px font
115 - :c:macro:`LV_FONT_MONTSERRAT_38`: 38 px font
116 - :c:macro:`LV_FONT_MONTSERRAT_40`: 40 px font
117 - :c:macro:`LV_FONT_MONTSERRAT_42`: 42 px font
118 - :c:macro:`LV_FONT_MONTSERRAT_44`: 44 px font
119 - :c:macro:`LV_FONT_MONTSERRAT_46`: 46 px font
120 - :c:macro:`LV_FONT_MONTSERRAT_48`: 48 px font
125 - :c:macro:`LV_FONT_MONTSERRAT_28_COMPRESSED`: Same as normal 28 px font but stored as a :ref:`fon…
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
135 .. code-block:: c
152 .. code-block:: c
158 .. code-block:: c
164 .. code-block:: c
187 BiDi support is enabled by setting :c:macro:`LV_USE_BIDI` to a non-zero value in ``lv_conf.h``.
197 :c:macro:`LV_BIDI_BASE_DIR_DEF` in ``lv_conf.h`` and other Widgets inherit the
227 LVGL supports these rules if :c:macro:`LV_USE_ARABIC_PERSIAN_CHARS` is enabled
299 :c:macro:`LV_FONT_CUSTOM_DECLARE` in ``lv_conf.h``.
318 Make sure to compile the ``.c`` file of your font.
351 .. code-block:: c
375 .. code-block:: c
469 …--font TerminusMedium-001.000.ttf --range 0x20-0x7e,0xa1-0xff --format lvgl -o terminus_1bpp_12px.c
486 .. code-block:: c
542 .. code-block:: c