Readded TrueType text.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,10 +114,10 @@ public:
|
||||
|
||||
void ExtendArea(double x, double y);
|
||||
|
||||
inline int GetXMin() { return m_minx; }
|
||||
inline int GetYMin() { return m_miny; }
|
||||
inline int GetXMax() { return m_maxx; }
|
||||
inline int GetYMax() { return m_maxy; }
|
||||
inline double GetXMin() { return m_minx; }
|
||||
inline double GetYMin() { return m_miny; }
|
||||
inline double GetXMax() { return m_maxx; }
|
||||
inline double GetYMax() { return m_maxy; }
|
||||
|
||||
protected:
|
||||
wxCanvas *m_owner;
|
||||
@@ -151,8 +151,8 @@ public:
|
||||
virtual bool IsHit( int x, int y, int margin );
|
||||
void Move( int x, int y );
|
||||
|
||||
inline int GetPosX() { return m_x; }
|
||||
inline int GetPosY() { return m_y; }
|
||||
inline double GetPosX() { return m_x; }
|
||||
inline double GetPosY() { return m_y; }
|
||||
|
||||
void ExtendArea(double x, double y);
|
||||
virtual wxCanvasObject* IsHitObject( int x, int y, int margin );
|
||||
|
Reference in New Issue
Block a user