CFontDialog , font sizes and printing
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am using the CFontDialog dialogbox to give the user different font options to choose from for their printed reports. They can choose different fonts for headings, dates, text etc. I am passing default values to the font dialog. Problem is that the font appears HUGE in the font dialogbox. I'm am using the MM_LOMETRIC mapping mode for my printer DC. Does this have something to do with things?