Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Selects the stock Font property into a device context.
CFont* SelectStockFont(
CDC* pDC
);
Parameters
- pDC
The device context into which the font will be selected.
Return Value
A pointer to the previously selected CFont object. You should use CDC::SelectObject to select this font back into the device context when you are finished.
Requirements
Header: afxctl.h