littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.font
/
Kerning
Kerning
class
Kerning
(
val
first
:
Int
,
val
second
:
Int
,
val
amount
:
Int
)
Types
Constructors
Properties
Constructors
Kerning
Link copied to clipboard
fun
Kerning
(
first
:
Int
,
second
:
Int
,
amount
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
amount
Link copied to clipboard
val
amount
:
Int
first
Link copied to clipboard
val
first
:
Int
second
Link copied to clipboard
val
second
:
Int