Searched refs:spangroup (Results 1 – 5 of 5) sorted by relevance
5 …spangroup is the object that is used to display rich text. Different from the label object, `spang…8 - `LV_PART_MAIN` The spangroup has only one part.14 …spangroup object uses span to describe text and text style. so, first we need to create `span` des…16 If spangroup object `mode != LV_SPAN_MODE_FIXED` you must call `lv_spangroup_refr_mode()` after you…21 …hild(spangroup, id)` will return a pointer to the child span at index `id`. In addition, `id` can …23 …spangroup_get_child(spangroup, 0)` will return the first child of the spangroup. `lv_span_t* span …26 Use the function `lv_spangroup_get_child_cnt(spangroup)` to get back the number of spans the group …28 e.g. `uint32_t size = lv_spangroup_get_child_cnt(spangroup)`31 like label object, the spangroup can be set to one the following modes:37 use function `lv_spangroup_set_align(spangroup, LV_TEXT_ALIGN_CENTER)` to set text align.[all …]
10 spans = lv.spangroup(lv.scr_act())
45 lv_obj_t * spangroup; /* a pointer to spangroup */ member
110 span->spangroup = obj; in lv_spangroup_new_span()160 refresh_self_size(span->spangroup); in lv_span_set_text()175 refresh_self_size(span->spangroup); in lv_span_set_text_static()
958 - feat(span) Add missing spangroup functions [`2379`](https://github.com/lvgl/lvgl/pull/2379)1605 - fix memory leak of spangroup (#2285) <a href="https://github.com/lvgl/lvgl/commit/33e0926a">33e09…