toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.text
/
RichTextData
/
Companion
Companion
object
Companion
Members
Members & Extensions
Functions
divide
Link copied to clipboard
fun
divide
(
text
:
String
)
:
List
<
String
>
from
HTML
Link copied to clipboard
fun
RichTextData.Companion
.
fromHTML
(
html
:
String
,
style
:
RichTextData.Style
=
RichTextData.Style.DEFAULT
)
:
RichTextData
tokenize
Link copied to clipboard
fun
tokenize
(
text
:
String
)
:
List
<
String
>