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
/
GlyphPath
/
GlyphPath
Glyph
Path
constructor
(
path
:
VectorPath
=
VectorPath()
,
colorShape
:
Shape
?
=
null
,
bitmap
:
Bitmap
?
=
null
,
bitmapOffset
:
Point
=
Point(0, 0)
,
bitmapScale
:
Scale
=
Scale(1, 1)
,
transform
:
Matrix
=
Matrix()
,
scale
:
Double
=
1.0
)