mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
add glyph upload for custom textures
This commit is contained in:
parent
6a7e3d5836
commit
2af3393810
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue