KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-core
/
io.github.yuroyami.kitepdf.core.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
>