add missing nextrow character for options rows

This commit is contained in:
freem
2014-07-24 14:08:37 -05:00
committed by Jonathan Payne
parent 2134151b90
commit f3ffa60bf7
6 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -5,4 +5,4 @@
# have them pulled in for every 16-pixel font.
# xxx: we don't have 16px japanese or korean fonts
[main]
import=_Thai 16px,_misc 16px,_game chars 16px
import=_Thai 16px,_misc 16px,_game chars 16px,_ui chars 16px
+1 -1
View File
@@ -10,4 +10,4 @@
# The characters in _game chars 16px are actually very large;
# they'll look fine here, too.
import=_japanese 24px,_korean 24px,_game chars 16px,_misc 16px
import=_japanese 24px,_korean 24px,_game chars 16px,_ui chars 16px,_misc 16px
Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

+14
View File
@@ -0,0 +1,14 @@
# The characters in this font are actually much larger than 16 pixels.
# The "16px" indicates what size uppercase letter this font is meant
# for, not necessarily the actual size of the characters.
[main]
0=24
# Don't load this font grayscale.
TextureHints=16bpp
Top=8
Baseline=24
map nextrow=0
Binary file not shown.