printing bendy text
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am having trouble getting bendy text to print. I have been using the code from the sample project TEXTFX which comes with MSVC to create text that is bent around curves and such. All goes well when I am using the screen DC, but when I use the printer DC, the bent text does not print properly. What it appears that I am getting is the text flattend to a line of my curve i.e. no height on the text. The text is in the proper place on the page. further information on this can be found in MSDN article Q128091 HOWTO: How to use paths to create text effects. any suggestions?