mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 18:42:19 +02:00
Update
This commit is contained in:
15
docs_md/components/custom/rich_text_api.md
Normal file
15
docs_md/components/custom/rich_text_api.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## Rich Text Quick API reference
|
||||
|
||||
```lua
|
||||
rich_text:characters(word)
|
||||
rich_text:clear()
|
||||
rich_text:get_line_metric()
|
||||
rich_text:get_text()
|
||||
rich_text:get_words()
|
||||
rich_text:init(text_node, [value])
|
||||
rich_text:on_layout_change()
|
||||
rich_text:on_remove()
|
||||
rich_text:on_style_change(style)
|
||||
rich_text:set_text([text])
|
||||
rich_text:tagged(tag)
|
||||
```
|
Reference in New Issue
Block a user