littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.font
/
FontMetrics
/
Padding
Padding
data
class
Padding
(
val
top
:
Int
,
val
right
:
Int
,
val
bottom
:
Int
,
val
left
:
Int
)
Constructors
Properties
Constructors
Padding
Link copied to clipboard
fun
Padding
(
top
:
Int
,
right
:
Int
,
bottom
:
Int
,
left
:
Int
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
left
Link copied to clipboard
val
left
:
Int
right
Link copied to clipboard
val
right
:
Int
top
Link copied to clipboard
val
top
:
Int