Contour

data class Contour(val points: List<GlyphPoint>)

One contour = sequence of points around a closed loop.

Constructors

Link copied to clipboard
constructor(points: List<GlyphPoint>)

Properties

Link copied to clipboard