Lines Matching refs:be
20 text properties. Padding values can be used to add space between
26 properties can be used.
39 dynamically, and the provided string will be copied into that buffer.
44 can be used to set the text. Example: :cpp:expr:`lv_label_set_text_fmt(label, "Value: %d", 15)`.
76 realloc() will be forced every time the length of the string changes. That
77 MCU overhead can be avoided by doing the above.
97 wider than the Label's width can be manipulated according to several
98 long mode policies. Similarly, the policies can be applied if the height
102 height will be expanded, otherwise the text will be clipped. (Default)
117 :cpp:func:`lv_label_set_text_static` must be writable if you plan to use
126 For example: ``Write a #ff0000 red# word``. This feature can be enabled
129 line will be terminated at the end of the line where the line is wrapped if it
137 If enabled by :c:macro:`LV_LABEL_TEXT_SELECTION` part of the text can be
150 To horizontally align the lines of a Label the `text_align` style property can be used with
173 :cpp:enumerator:`LV_LABEL_LONG_SCROLL` and :cpp:enumerator:`LV_LABEL_LONG_SCROLL_CIRCULAR` can be
176 It will be treated as a template which will be used to create the scroll animations.