Printing on printer
-
I have two questions, when I print using the Textout method I always get the default printer setting. I would like to change the style of the print, lets say MODERN Or SWISS, how can I do that. Also is it possible to change the print styles while the doc is printing. Lets it starts in times roman and then goes to arial or a larger size. Can this be done with textout or do I have to use The Draw text method to do this? If so how?:)
-
I have two questions, when I print using the Textout method I always get the default printer setting. I would like to change the style of the print, lets say MODERN Or SWISS, how can I do that. Also is it possible to change the print styles while the doc is printing. Lets it starts in times roman and then goes to arial or a larger size. Can this be done with textout or do I have to use The Draw text method to do this? If so how?:)
Printer.Font Regards!!! Carlos Antollini. Sonork ID 100.10529 cantollini
-
Printer.Font Regards!!! Carlos Antollini. Sonork ID 100.10529 cantollini
So how would I code this in C++?:)
-
So how would I code this in C++?:)
Peter, You posted your question under something called Visual Basic Forum...;) I thinked that because you put in the previous question the function TextOut... Printer.Font is a function in VB. But How I love VC++ And hate VB I will answer you... TextOut use the current Font... For select the font must to use
CDC::SelectObject
Regards...;) ;) ;) Carlos Antollini. Sonork ID 100.10529 cantollini