GlyphPoint constructor

const GlyphPoint(
  1. double x,
  2. double y,
  3. bool onCurve
)

Implementation

const GlyphPoint(this.x, this.y, this.onCurve);