Adjust graphics font.
authorTimo Korvola <tkorvola@iki.fi>
Tue, 6 Mar 2018 18:56:11 +0000 (20:56 +0200)
committerDavid Griffith <dave@661.org>
Sun, 11 Mar 2018 11:48:50 +0000 (04:48 -0700)
commit5181aac9a10fbf326749b25bf6042fe3273ca1ce
tree1c2aeee83910e8fdcab57f5a582112ff1ee437c7
parent7d82a32b0ef088e95b988b70aee57773baae051c
Adjust graphics font.

Set double height graphics font ascent to 14 and descent to 2
(was (12, 4)).  The new values match those of the built-in text font.
Set the y offset of all glyphs to -2 for both single and double
height graphics font, which now have the same descent
(yof was erroneously 0).  Beyond Zork now looks about right with the
built-in fonts.  It still looks awful with custom fonts because the
graphics font should be scaled to the size of the fixed width text
font.
src/sdl/sf_font3.c