From 66a679d71f15b8c6b0ba4e1c8895ef1824b93a56 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 17 Sep 2011 20:50:22 +0000 Subject: 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. --- release/bin/.blender/fonts/droidsans.ttf.gz | Bin 0 -> 1885204 bytes release/bin/.blender/fonts/unifont.ttf.gz | Bin 3099950 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 release/bin/.blender/fonts/droidsans.ttf.gz delete mode 100755 release/bin/.blender/fonts/unifont.ttf.gz (limited to 'release/bin') 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 Binary files /dev/null and b/release/bin/.blender/fonts/droidsans.ttf.gz 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 Binary files a/release/bin/.blender/fonts/unifont.ttf.gz and /dev/null differ -- cgit v1.2.3