korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.font
/
CharacterSet
Character
Set
class
CharacterSet
(
val
codePoints
:
IntArray
)
Members
Constructors
Character
Set
Link copied to clipboard
constructor
(
codePoints
:
IntArray
)
constructor
(
chars
:
String
)
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