| void CBCGPGridCtrl::SetPrinterFont | ( | CFont * | pFont, |
| CFont * | pFontBold | ||
| ) |
Sets the font for printing.
Call this function to set the font to be used for printing.
| pFont | A pointer to the font object to be set. If this parameter is NULL, then system default font is used. |
| pFontBold | A pointer to the bold font object to be set. If this parameter is NULL, then system default font is used. |