CEditView::SetPrinterFont
调用 SetPrinterFont 设置打印机字体更改为 pFont指定的字体。
void SetPrinterFont(
CFont* pFont
);
参数
- pFont
对类型 CFont对象的指针。 如果 NULL,对打印使用的字体根据显示字体。
备注
如果希望您的意图对打印始终使用特定字体,请包括对 SetPrinterFont 在您的选件类的 OnPreparePrinting 功能。 此调用虚函数,在打印前,因此,字体发生更改,在视图的内容在打印前。
要求
Header: afxext.h