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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/ftfont/intern/FTF_TTFont.h b/source/blender/ftfont/intern/FTF_TTFont.h
index bec5df3265d..103a25a1a71 100644
--- a/source/blender/ftfont/intern/FTF_TTFont.h
+++ b/source/blender/ftfont/intern/FTF_TTFont.h
@@ -85,7 +85,7 @@ public:
*/
void SetFontSize(char size);
- int SetFont(char* str, int size);
+ int SetFont(const unsigned char* str, int datasize, int fontsize);
void SetLanguage(char* str);