Home | History | Annotate | Download | only in ports

Lines Matching refs:designFont

1827     HFONT designFont = NULL;
1845 designFont = CreateFontIndirect(&lf);
1846 SelectObject(hdc, designFont);
1943 DeleteObject(designFont);