You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
What's the easiest way to get the current font? I heard that the default printer font isn't the same as the default screen font. So I want to set the printer font to the current font before printing. Also, is there a common font selection dialog? Thanks.
Dan
Tom Serface
unread,
May 4, 1998, 3:00:00 AM5/4/98
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
The font selection dialog is CFontDialog()
You can get the current font for a window using GetFont()
Similarly, you can set the font by creating a font and using the CWnd's SetFont() function.