]> Shamusworld >> Repos - ttedit/blobdiff - src/glyphpoints.h
Added implementation of Polygon Rotate and Flip Winding tools.
[ttedit] / src / glyphpoints.h
index fc0dd2b40fd17d1d56909c8c39bff35c79aba19e..ce82ec9e9407e53c269bb47cdfbd19da2a045dcd 100755 (executable)
@@ -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 *);