toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.font
/
CharacterSet
Character
Set
class
CharacterSet
(
val
codePoints
:
IntArray
)
Members
Constructors
Character
Set
Link copied to clipboard
constructor
(
chars
:
String
)
constructor
(
codePoints
:
IntArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Points
Link copied to clipboard
val
codePoints
:
IntArray
Functions
plus
Link copied to clipboard
operator
fun
plus
(
other
:
CharacterSet
)
:
CharacterSet