Home | History | Annotate | Download | only in bdist_wininst

Lines Matching refs:hFont

1109     HFONT hFont;
1116 hFont = CreateFont(h, 0, 0, 0, 700, TRUE,
1118 hFont = SelectObject(hdc, hFont);
1123 DeleteObject(SelectObject(hdc, hFont));