]> Shamusworld >> Repos - ttedit/blobdiff - src/glyphpoints.h
Fixed character window to render the main window's points properly,
[ttedit] / src / glyphpoints.h
index 2384d7cf963a05920e9e16d68269ca7fba1ad652..73195e42d4240c3f048fd9428a4bb27388f1e5a4 100755 (executable)
@@ -70,6 +70,10 @@ class GlyphPoints
                uint16 GetNext(uint16, uint16);
                uint16 GetPoly(uint16);
                void AddNewPolyAtEnd(void);
+               IPoint GetMidpointToPrev(uint16, uint16);
+               IPoint GetMidpointToNext(uint16, uint16);
+               IPoint GetPrevPoint(uint16, uint16);
+               IPoint GetNextPoint(uint16, uint16);
 
        private:
                void AllocateAndCopy(int, int, int *, int *, bool *, uint16 *);