Lines Matching refs:from
74 written from left to right.
143 the built-in fonts from the `FontAwesome <https://fontawesome.com/>`__
193 will be inherited from the parent. This means it's enough to set the
198 base direction from their parent.
210 - ``lv_tabview``: Displays tabs from right to left
212 - ``lv_buttonmatrix``: Orders buttons from right to left
306 The built-in symbols are created from the `FontAwesome <https://fontawesome.com/>`__ font.
327 2. Create a ``#define`` string from the UTF8 values: ``#define MY_USB_SYMBOL "\xEF\x8A\x87"``
341 :cpp:func:`lv_binfont_create` can be used to load a font from a file. The font needs
363 Loading a Font from a Memory Buffer at Run-Time
366 :cpp:func:`lv_binfont_create_from_buffer` can be used to load a font from a memory buffer.
367 This function may be useful to load a font from an external file system, which is not
368 supported by LVGL. The font needs to be in the same format as if it were loaded from a file.
370 :note: To load a font from a buffer :ref:`LVGL's filesystem <overview_file_system>`
381 /* Read font file into the buffer from the external file system */
384 /* Load font from the buffer */
404 …Hub repository: https://github.com/Tblue/mkttf . This tool uses potrace to generate outlines from
427 open ``potrace-wrapper.sh`` and remove imagemagick from line 55 and line 64:
456 Importing bitmaps from 0 additional fonts...
463 The TTF ``TerminusMedium-001.000.ttf`` will be created from ``./TerminusMedium-12-12.bdf``.
481 real-time render glyphs from TTF fonts or use an external flash to store
493 …my_font.base_line = base_line; /* Base line measured from the top of line_hei…
514 dsc_out->ofs_y = 3; /* Y offset of the bitmap measured from the as line */
521 /* Get the bitmap of `unicode_letter` from `font`. */