CFont* SelectStockFont( CDC* pDC );
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.
Parameters
pDC
The device context into which the font will be selected.
Remarks
Call this function to select the stock Font property into a device context.
COleControl Overview | Class Members | Hierarchy Chart
See Also COleControl::GetFont, COleControl::SetFont