toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.font
/
BaseTtfFont
/
Contour
Contour
data
class
Contour
(
var
x
:
Int
=
0
,
var
y
:
Int
=
0
,
var
onCurve
:
Boolean
=
false
)
Members
Constructors
Contour
Link copied to clipboard
constructor
(
x
:
Int
=
0
,
y
:
Int
=
0
,
onCurve
:
Boolean
=
false
)
Properties
on
Curve
Link copied to clipboard
var
onCurve
:
Boolean
x
Link copied to clipboard
var
x
:
Int
y
Link copied to clipboard
var
y
:
Int
Functions
copy
From
Link copied to clipboard
fun
copyFrom
(
that
:
BaseTtfFont.Contour
)