KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.font
/
Contour
Contour
data
class
Contour
(
val
points
:
List
<
GlyphPoint
>
)
One contour = sequence of points around a closed loop.
Members
Constructors
Contour
Link copied to clipboard
constructor
(
points
:
List
<
GlyphPoint
>
)
Properties
points
Link copied to clipboard
val
points
:
List
<
GlyphPoint
>