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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-09-18 00:50:22 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-18 00:50:22 +0400
commit66a679d71f15b8c6b0ba4e1c8895ef1824b93a56 (patch)
tree9ca3086f7efa3560dfae8ab4c6c25f3ffbc7a415 /source/blender/editors/datafiles/CMakeLists.txt
parente07b807357a4667db5de02df1e8f6b27775ca389 (diff)
i18n: replace gnu unifont with droid sans font
- Static variables can be initialized with constants only. - Removed bunifont.ttf.c from datafiles -- it's not actually a data file. Unicode font loading stuff is not in blenkernel/font.c - Allocate as much memory for unzipped data as it's needed. Default read chunk is 512Kb. - Fixed regression (or just a typo) in setting utf locale. - Default locale set to en_US:en works fine now. - Commented put Nepali language in user preferences -- it's not supported by current droid font and imo it's better to have nice font for languages we actually have translation for rather than allowing to choose more languages in user preferences.
Diffstat (limited to 'source/blender/editors/datafiles/CMakeLists.txt')
-rw-r--r--source/blender/editors/datafiles/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index fc85dcf5fa8..a31b3c3b2bd 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -32,7 +32,6 @@ set(INC_SYS
set(SRC
Bfont.c
bfont.ttf.c
- bunifont.ttf.c
)
if(WITH_BLENDER)