Exemplo n.º 1
0
 public PointRec(GlyfSimple g, int idx) {
   this.x = g.getXCoord(idx);
   this.y = g.getYCoord(idx);
   this.onCurve = g.onCurve(idx);
 }