Adapt clock and message font after board-window sizing
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 5 Apr 2016 18:23:12 +0000 (20:23 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 17 Apr 2016 08:24:57 +0000 (10:24 +0200)
commit418e072593e78839d701e7dc0634e8ebc08113af
treea1d1206ca6269ced876689918e9be61691a8b77e
parent6c09cbad6fd5630f883937303fc5e10a5ef8e3dc
Adapt clock and message font after board-window sizing

The clock and message font are now adapted to the new -boardSize value
determined after sizing of the board window. When a valid font for the
new size was already available (e.g. read from the settings file), it
uses that. If not it uses the hard-coded default font name. In both
cases a %d in the name is expanded based on the size-table indication
for that font. This makes the clock font adpat even without prior history.
gtk/xboard.c