mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 08:25:45 -07:00
I think Windows fonts look better in bold as well.
[originally from svn r5721]
This commit is contained in:
@ -189,7 +189,7 @@ void draw_text(frontend *fe, int x, int y, int fonttype, int fontsize,
|
||||
* FIXME: Really I should make at least _some_ effort to
|
||||
* pick the correct font.
|
||||
*/
|
||||
fe->fonts[i].font = CreateFont(-fontsize, 0, 0, 0, 0,
|
||||
fe->fonts[i].font = CreateFont(-fontsize, 0, 0, 0, FW_BOLD,
|
||||
FALSE, FALSE, FALSE, DEFAULT_CHARSET,
|
||||
OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS,
|
||||
DEFAULT_QUALITY,
|
||||
|
Reference in New Issue
Block a user