How do you prevent font size change while scaling DC?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi. Im working on a project that has a print preview class that prints a lot of small text boxes. The problem is that using CDC::DrawText(...), the charaters size do not change linearly with zoom, but in small discrete "jumps", making the word wrap change the word disposition between lines. This is terrible, because what you see is not what you get(WUSI(N!!!!)WUG)! Im zooming using MM_ISOTROPIC map mode. Ive tried using a CRichEditCtrl to display text and the zoom works great, which makes me think i can make the text boxes work the same. How do i crack this one?!?!:confused::confused: Thanks in advanced!