diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2007-08-11 09:29:31 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2007-08-11 09:29:31 +0000 |
commit | 31ea4ba253ff6bc53dabbec01b6fa97ae24ef880 (patch) | |
tree | 2fcff8decfb7332ff97ddbbbb8667773c0651a7a | |
parent | 4211011b82e64fea86bf21cbddeefee880ef5795 (diff) |
Fix width of the '1' and the '7', so that they have the same width as the other numerals and e.g. playing time in the wps doesn't wobble anymore.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14280 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | fonts/snap.bdf | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/fonts/snap.bdf b/fonts/snap.bdf index 36b5757cdf..dfbe8d8907 100644 --- a/fonts/snap.bdf +++ b/fonts/snap.bdf @@ -241,9 +241,9 @@ F8 ENDCHAR STARTCHAR uni0031 ENCODING 49 -SWIDTH 384 0 -DWIDTH 4 0 -BBX 2 6 1 0 +SWIDTH 700 0 +DWIDTH 7 0 +BBX 2 6 2 0 BITMAP C0 40 @@ -319,16 +319,16 @@ F8 ENDCHAR STARTCHAR uni0037 ENCODING 55 -SWIDTH 576 0 -DWIDTH 6 0 -BBX 4 6 1 0 +SWIDTH 700 0 +DWIDTH 7 0 +BBX 5 6 1 0 BITMAP -F0 -10 -10 -10 -10 -10 +F8 +08 +08 +08 +08 +08 ENDCHAR STARTCHAR uni0038 ENCODING 56 |