summaryrefslogtreecommitdiff
path: root/common/texfont.h
diff options
context:
space:
mode:
authorLeo2009-02-23 07:47:54 +0000
committerLeo2009-02-23 07:47:54 +0000
commit281dfd75faafc8a0806cb43649a07833d9209d07 (patch)
treebc1bd02d9df9100acb9d1aa217d1f514dc5e8e9c /common/texfont.h
parent27815f2cce37721ae1c524669c3e19cff8a50894 (diff)
Replaced immediate mode calls with vertex buffers.
git-svn-id: http://svn.leocad.org/tags/leocad-0.75@742 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/texfont.h')
-rw-r--r--common/texfont.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/texfont.h b/common/texfont.h
index e0d4935..92fd524 100644
--- a/common/texfont.h
+++ b/common/texfont.h
@@ -18,9 +18,7 @@ public:
{ if (m_bLoaded) m_pTexture->MakeCurrent (); }
bool FileLoad(File& file);
- void PrintText(float left, float top, float z, const char* text) const;
- void PrintText(float Left, float Top, float ScaleX, float ScaleY, const char* Text) const;
- void PrintCharScaled(float scale, int ch) const;
+ void PrintText(float Left, float Top, float Z, const char* Text) const;
void GetStringDimensions(int* cx, int* cy, const char* Text) const;
protected: