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:
authorMartin Poirier <theeth@yahoo.com>2005-08-01 10:29:06 +0400
committerMartin Poirier <theeth@yahoo.com>2005-08-01 10:29:06 +0400
commit6116b36f4e14e38b180e89793eb6304200e854c8 (patch)
tree89df71e89b046436ab7b127282f5a41311a4952f /intern/bmfont
parent7d63a1f277908cc5a5c6c32c38de93a3e1aba41c (diff)
BMFont didn't define correct character size for "Screen 15" font for TAB and NBSP.
Found out through ideasman's interactive console script.
Diffstat (limited to 'intern/bmfont')
-rw-r--r--intern/bmfont/intern/BMF_font_scr15.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/bmfont/intern/BMF_font_scr15.cpp b/intern/bmfont/intern/BMF_font_scr15.cpp
index 919db333e65..c130fadbf52 100644
--- a/intern/bmfont/intern/BMF_font_scr15.cpp
+++ b/intern/bmfont/intern/BMF_font_scr15.cpp
@@ -273,7 +273,7 @@ BMF_FontData BMF_font_scr15 = {
{0,0,0,0,0, -1},
{0,0,0,0,0, -1},
{0,0,0,0,0, -1},
- {0,0,0,0,0, -1},
+ {0, 0, 0, 0, 20, -1},
{0,0,0,0,0, -1},
{0,0,0,0,0, -1},
{0,0,0,0,0, -1},
@@ -424,7 +424,7 @@ BMF_FontData BMF_font_scr15 = {
{0,0,0,0,0, -1},
{0,0,0,0,0, -1},
{0,0,0,0,0, -1},
- {0,0,0,0,0, -1},
+ {0, 0, 0, 0, 8, -1},
{1, 10, -3, 3, 8, 861},
{5, 10, -1, 0, 8, 871},
{6, 10, -1, 0, 8, 881},