Fix the Java front end's vertical text positioning when
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 22 Feb 2009 12:02:40 +0000 (12:02 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 22 Feb 2009 12:02:40 +0000 (12:02 +0000)
commit5080469db3c8e85caa768da3f6d5b8050013900d
treeb9d14f4e9a7f1e4e6c80fd7f5e72571ee86fa736
parente1a449049f516296fe30b2286cd4a55a12cadbb2
Fix the Java front end's vertical text positioning when
ALIGN_VNORMAL is in use: ALIGN_VNORMAL indicates that the supplied
y-coordinate denotes the _baseline_ of the text, not its top, so
adding on 'asc' to convert to the baseline is wrong.

This only affects Tents, at present.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8452 cda61777-01e9-0310-a592-d414129be87e
PuzzleApplet.java