Home
last modified time | relevance | path

Searched refs:hfontDlg (Results 1 – 1 of 1) sorted by path

/dports/games/lincity/lincity-1.13.1/
H A Dwinmain.c1133 static HFONT hfontDlg; // Font for dialog text in About() local
1153 hfontDlg = CreateFont (16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, in About()
1214 (UINT) ((i == DLG_VERLAST) ? hFinePrint : hfontDlg), in About()
1223 (WPARAM) hfontDlg, (LPARAM) TRUE); in About()
1255 DeleteObject (hfontDlg); in About()