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/FTF_Api.h')
-rw-r--r--source/blender/ftfont/FTF_Api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/ftfont/FTF_Api.h b/source/blender/ftfont/FTF_Api.h
index dd8b48a242a..8f603d73ae1 100644
--- a/source/blender/ftfont/FTF_Api.h
+++ b/source/blender/ftfont/FTF_Api.h
@@ -132,7 +132,7 @@ FTF_EXPORT void FTF_SetFontSize(char size);
* @param str
* @param size
*/
-FTF_EXPORT int FTF_SetFont(char* str, int size);
+FTF_EXPORT int FTF_SetFont(const unsigned char* str, int datasize, int fontsize);
/**
* SetLanguage