add glyph upload for custom textures

This commit is contained in:
Jupeyy 2017-09-12 20:11:14 +02:00
parent 6a7e3d5836
commit 2af3393810

View file

@ -43,6 +43,7 @@ public:
//
virtual void TextEx(CTextCursor *pCursor, const char *pText, int Length) = 0;
virtual void UploadText(int TextureID, const char *pText, int Length, float x, float y, float Size) = 0;
// old foolish interface
virtual void TextColor(float r, float g, float b, float a) = 0;