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:
authorXiao Xiangquan <xiaoxiangquan@gmail.com>2011-05-30 15:03:16 +0400
committerXiao Xiangquan <xiaoxiangquan@gmail.com>2011-05-30 15:03:16 +0400
commit0fc21dde4e0b1bc1188f2bf9024125fcbaec03ee (patch)
tree64ffe3c259ebbe934af8ed1e4e3a72d7fe192c0b /source/blender/blenfont/BLF_api.h
parent682a5acd03959e5ed8ac4ff7b4b02435df19f50d (diff)
Add BLF_gettext(msgid) for C, and blf.gettext(msgid) for Python.
Diffstat (limited to 'source/blender/blenfont/BLF_api.h')
-rw-r--r--source/blender/blenfont/BLF_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenfont/BLF_api.h b/source/blender/blenfont/BLF_api.h
index 57f8c83eda6..79c8c3b9a1a 100644
--- a/source/blender/blenfont/BLF_api.h
+++ b/source/blender/blenfont/BLF_api.h
@@ -41,6 +41,8 @@ void BLF_exit(void);
void BLF_cache_clear(void);
+char* BLF_gettext(const char *msgid);
+
int BLF_load(const char *name);
int BLF_load_mem(const char *name, unsigned char *mem, int mem_size);