Revision: 37290
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37290
Author:   xiaoxiangquan
Date:     2011-06-07 06:14:28 +0000 (Tue, 07 Jun 2011)
Log Message:
-----------
Modify the unifont.ttf to have a better look

Modified Paths:
--------------
    branches/soc-2011-garlic/source/blender/blenfont/BLF_api.h
    branches/soc-2011-garlic/source/blender/editors/datafiles/bunifont.ttf.c

Added Paths:
-----------
    branches/soc-2011-garlic/release/datafiles/fonts/unifont.ttf.gz

Removed Paths:
-------------
    
branches/soc-2011-garlic/release/datafiles/fonts/unifont-5.1.20080907.ttf.zip

Deleted: 
branches/soc-2011-garlic/release/datafiles/fonts/unifont-5.1.20080907.ttf.zip
===================================================================
(Binary files differ)

Added: branches/soc-2011-garlic/release/datafiles/fonts/unifont.ttf.gz
===================================================================
(Binary files differ)


Property changes on: 
branches/soc-2011-garlic/release/datafiles/fonts/unifont.ttf.gz
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream

Modified: branches/soc-2011-garlic/source/blender/blenfont/BLF_api.h
===================================================================
--- branches/soc-2011-garlic/source/blender/blenfont/BLF_api.h  2011-06-07 
05:26:10 UTC (rev 37289)
+++ branches/soc-2011-garlic/source/blender/blenfont/BLF_api.h  2011-06-07 
06:14:28 UTC (rev 37290)
@@ -223,5 +223,6 @@
 // XXX, me, too
 extern int blf_unifont;
 extern int blf_unifont_render; // dont mess drawing with render threads.
+#define _(msgid) (msgid)
 
 #endif /* BLF_API_H */

Modified: 
branches/soc-2011-garlic/source/blender/editors/datafiles/bunifont.ttf.c
===================================================================
--- branches/soc-2011-garlic/source/blender/editors/datafiles/bunifont.ttf.c    
2011-06-07 05:26:10 UTC (rev 37289)
+++ branches/soc-2011-garlic/source/blender/editors/datafiles/bunifont.ttf.c    
2011-06-07 06:14:28 UTC (rev 37290)
@@ -11,11 +11,11 @@
 #include "BLI_memarena.h"
 #include "MEM_guardedalloc.h"
 
-const int datatoc_bunifont_ttf_size = 16336376;
+const int datatoc_bunifont_ttf_size = 16179552;
 static char* datatoc_bunifont_ttf = 0;
 
 static char unifont_path[1024];
-static char unifont_filename[]="unifont-5.1.20080907.ttf.zip";
+const char unifont_filename[]="unifont.ttf.gz";
 
 char *get_datatoc_bunifont_ttf(void)
 {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to