Added "misc-fixed" as a fallback font to handle locales where
authorTim Mann <tim@tim-mann.org>
Mon, 30 May 2011 03:14:37 +0000 (20:14 -0700)
committerTim Mann <tim@tim-mann.org>
Mon, 30 May 2011 03:14:37 +0000 (20:14 -0700)
commit2f00090e192bd3a9ad3e99cf10cfda932f5ec662
tree8e55f88fac7d587a0325f5e6f95a18a3e6b31b17
parent5071258aa2c49d4d93e7c37c8f138ffbca1ed8ab
Added "misc-fixed" as a fallback font to handle locales where
adobe-helvetica does not have all the required characters.  The fixed
font is ugly but does have a rather complete set of characters, while
the helvetica font is missing Cyrillic characters (at least on my
distro).  I haven't found a way to get a nicer font that includes
Cyrillic to work with XCreateFontSet, but I don't fully understand
why.  I'll try to improve things further in the future if I figure out
what's all going wrong.

In the process I had to rewrite the code to insert the pixel size into
a font name (replacing a "*" in that field).  The new code is much
more general.
xboard.c
xboard.h