Draw both coords in a1
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 6 Feb 2013 09:56:20 +0000 (10:56 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 6 Feb 2013 10:01:51 +0000 (11:01 +0100)
commitdd67211f46050409861a109a9778af6594279569
treef6527f841e3c0a4a996da96aa3b58f098caaba02
parent484955a33287fdda17f4290e94e6e647c8a51f19
Draw both coords in a1

The lower-left board square needed two inscriptions, but DrawOneSquare()
only allowed one, so that the file ID would not be written. Now two strings
can be passed, and when align > 1 to indicate the alignment of the top
string, it is still checked if a bottom string is present as well, which
then is drawn with alignment 1 (= bottom right).
 The rank coord or piece count can now also be double digit.
board.c
board.h
draw.c