Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/ftfont/intern/FTF_TTFont.h')
-rw-r--r--source/blender/ftfont/intern/FTF_TTFont.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/ftfont/intern/FTF_TTFont.h b/source/blender/ftfont/intern/FTF_TTFont.h
index 9492e326a7e..e4cdfd75b16 100644
--- a/source/blender/ftfont/intern/FTF_TTFont.h
+++ b/source/blender/ftfont/intern/FTF_TTFont.h
@@ -68,13 +68,11 @@ public:
int TransConvString(char* str, char* ustr, unsigned int flag);
/**
- * Draws a string at the current raster position.
+ * Draws a string at the current raster position in current opengl color.
* @param str The string to draw.
* @param flag Whether use gettext and UTF8 or system encoding.
*/
- float DrawString(char* str, unsigned int flag, int select);
-// float DrawString(char* str, unsigned char r, unsigned char g, unsigned char b, unsigned int flag);
- float DrawStringRGB(char* str, unsigned int flag, float r, float g, float b);
+ float DrawString(char* str, unsigned int flag);
float GetStringWidth(char* str, unsigned int flag);