plus
abstract operator fun plus(other: CharacterTileString): CharacterTileString
Content copied to clipboard
Creates a new CharacterTileString which contains the contents of this
one and the other
one. The original strings are left untouched. So if you plus
[x, y]
to [a, b]
, you'll get [a, b, x, y]
Note that the TextWrap form the original (this
) string will be used in the resulting string, and their sizes will be added together.
Sources
(source)
Link copied to clipboard