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
/
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
)