Searched defs:font (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.winnt.c398 HFONT font = NULL; local
406 /* Attempt to get the standard message box font */
408 if (SystemParametersInfo(SPI_GETNONCLIENTMETRICS, sizeof(NONCLIENTMETRICS), &metrics, 0) && (font = CreateFontIndirect(&metrics.lfMessageFont)) != NULL)
409 oldfont = SelectObject(dc, font);
451 if (font)
453 DeleteObject(font);
454 font = NULL;

Completed in 1205 milliseconds