Home | History | Annotate | Download | only in ports

Lines Matching refs:designFont

1815     HFONT designFont = NULL;
1833 designFont = CreateFontIndirect(&lf);
1834 SelectObject(hdc, designFont);
1933 DeleteObject(designFont);