X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fglyphpoints.h;fp=src%2Fglyphpoints.h;h=73195e42d4240c3f048fd9428a4bb27388f1e5a4;hb=a4763354603a2f8fbaff27a17edab7710ead6c2b;hp=2384d7cf963a05920e9e16d68269ca7fba1ad652;hpb=24fabc0ddafe36272ea4056f9d36f0453ffb0aa3;p=ttedit diff --git a/src/glyphpoints.h b/src/glyphpoints.h index 2384d7c..73195e4 100755 --- a/src/glyphpoints.h +++ b/src/glyphpoints.h @@ -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 *);