Modify the unifont.ttf to have a better look

This commit is contained in:
Xiao Xiangquan 2011-06-07 06:14:28 +00:00
parent a40e1302ae
commit aac6369e68
3 changed files with 3 additions and 2 deletions

Binary file not shown.

@ -223,5 +223,6 @@ extern int blf_mono_font_render; // dont mess drawing with render threads.
// XXX, me, too // XXX, me, too
extern int blf_unifont; extern int blf_unifont;
extern int blf_unifont_render; // dont mess drawing with render threads. extern int blf_unifont_render; // dont mess drawing with render threads.
#define _(msgid) (msgid)
#endif /* BLF_API_H */ #endif /* BLF_API_H */

@ -11,11 +11,11 @@
#include "BLI_memarena.h" #include "BLI_memarena.h"
#include "MEM_guardedalloc.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* datatoc_bunifont_ttf = 0;
static char unifont_path[1024]; 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) char *get_datatoc_bunifont_ttf(void)
{ {