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:
authorTon Roosendaal <ton@blender.org>2004-11-08 18:46:57 +0300
committerTon Roosendaal <ton@blender.org>2004-11-08 18:46:57 +0300
commit061cde65a63bc8bb74ba1d003e7c75ea556eba55 (patch)
treee9700377b9c3e1d03f02f8eb6d2e9f33f83599be /source/blender/ftfont/FTF_Api.h
parent5bba5035b0eefdf777574b8c7af323d8d6ff7a2e (diff)
To end the issues with AA (International) Fonts; the .bfont.tff now is
compiled in (datatoc) and doesn't need installation anymore. Also reviewed weird path conventions for searching AA fonts; - U.fontdir is only used as standard search path for fileselecting - U.fontname stores only full path to AA font if used one - If a font cannot be found, it always falls back to the compiled in one - If .B.blend is saved with default font, U.fontname is not set Also added a button in usermenu "restore default". When this works as expected, I'll commit changes for installation too.
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