|
-
August 10th, 2005, 02:39 PM
#1
Help me, font size differs in different printers!!
I have a problem in printing. My problem is that my font sizes differ when I use different printers. The same font is sometimes large and sometimes it is so small.
I read the old posts and found out that I should not use CreareFont(), bacause it depends on the printer's dpi. and I should use CreatePointFont() So, I changed it. but I still have the problem.
CFont Font;
Font.CreatePointFont(300,"Times New Roman");
Would you please help me?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|