X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglyphpoints.h;h=ce82ec9e9407e53c269bb47cdfbd19da2a045dcd;hb=faaae13292af283e277b0d1480aad54a6e4a2dd6;hp=fc0dd2b40fd17d1d56909c8c39bff35c79aba19e;hpb=360d040a4727383cc8e78d0b8a3c8151c27d26fc;p=ttedit diff --git a/src/glyphpoints.h b/src/glyphpoints.h index fc0dd2b..ce82ec9 100755 --- a/src/glyphpoints.h +++ b/src/glyphpoints.h @@ -75,6 +75,7 @@ class GlyphPoints void ScalePoints(float); void SetXY(uint16, int, int); void SetOnCurve(uint16, bool); + void SetPoint(const uint16 pointNum, const IPoint point); uint16 GetPrev(uint16); uint16 GetNext(uint16); uint16 GetPrev(uint16, uint16); @@ -92,6 +93,7 @@ class GlyphPoints void RotatePoints(const double angle, const IPoint point); IPoint GetPolyCentroid(const int16 poly); void RotatePolyAroundCentroid(const int16 poly, const double angle); + void InvertPolyDrawSequence(const uint16 poly); bool LoadGlyphFromFile(FILE *); bool SaveGlyphToFile(FILE *);