Lines Matching refs:text
17 Your editor needs to be configured to save your code/text as UTF-8 (usually this the default) and b…
89 LVGL not only supports RTL texts but supports mixed (a.k.a. bidirectional, BiDi) text rendering too…
91 
95 …r RTL) which determines some rendering rules and the default alignment of the text (Left or Right).
120 …splay Arabic and Persian characters: the *form* of a character depends on its position in the text.
126 - Only displaying text is supported (e.g. on labels), text inputs (e.g. text area) don't support th…
127 - Static text (i.e. const) is not processed. E.g. texts set by `lv_label_set_text()` will be "Arabi…
128 - Text get functions (e.g. `lv_label_get_text()`) will return the processed text.
177 3. Create a label and set the text. Eg. `lv_label_set_text(label, MY_USB_SYMBOL)`
179 …mbol in the font defined in `style.text.font` properties. To use the symbol you may need to change…
212 my_font.line_height = height; /*The real line height where any text fits*/