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 /release/bin
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 'release/bin')
-rw-r--r--release/bin/.blender/fonts/droidsans.ttf.gzbin0 -> 1885204 bytes
-rwxr-xr-xrelease/bin/.blender/fonts/unifont.ttf.gzbin3099950 -> 0 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/release/bin/.blender/fonts/droidsans.ttf.gz b/release/bin/.blender/fonts/droidsans.ttf.gz
new file mode 100644
index 00000000000..f6067020f42
--- /dev/null
+++ b/release/bin/.blender/fonts/droidsans.ttf.gz
Binary files differ
diff --git a/release/bin/.blender/fonts/unifont.ttf.gz b/release/bin/.blender/fonts/unifont.ttf.gz
deleted file mode 100755
index 8d10371899c..00000000000
--- a/release/bin/.blender/fonts/unifont.ttf.gz
+++ /dev/null
Binary files differ