Lines Matching refs:to

11 The Spangroup Widget is used to display rich text.  Different
17 own text and style properties for that text. You add 1 Span (as a child) to the
19 appended to the end of the list. The list sequence determines the order in which the
20 Spans are displayed. Spans can be added to, and removed from, the Spangroup
43 Add each needed Span to a Spangroup like this:
49 After a Span is created, use the following functions to set its text
59 Spans to ensure it is redrawn appropriately.
68 :cpp:expr:`lv_spangroup_get_child(spangroup, id)` will return a pointer to the
69 child Span at index ``id``. In addition, ``id`` can be negative to index
82 Use :cpp:expr:`lv_spangroup_get_span_count(spangroup)` to get
97 Like the Label Widget, a Spangroup can be set to one the following text-alignment modes:
99 - :cpp:enumerator:`LV_TEXT_ALIGN_LEFT` Align text to left.
101 - :cpp:enumerator:`LV_TEXT_ALIGN_RIGHT` Align text to right edge.
105 to set text alignment.
111 A Spangroup can be set to one the following modes:
114 - :cpp:enumerator:`LV_SPAN_MODE_EXPAND` Expand size to text size but stay on one line.
117 Use :cpp:expr:`lv_spangroup_set_mode(spangroup, LV_SPAN_MODE_BREAK)` to set its mode.
123 A Spangroup can be set to handle text overflow in one of the following ways:
128 Use :cpp:expr:`lv_spangroup_set_overflow(spangroup, LV_SPAN_OVERFLOW_CLIP)` to set
135 Use :cpp:expr:`lv_spangroup_set_indent(spangroup, 20)` to set the indent of the
144 Use :cpp:expr:`lv_spangroup_set_max_lines(spangroup, 10)` to set the maximum number
145 of lines to be displayed in :cpp:enumerator:`LV_SPAN_MODE_BREAK` mode. A negative