http://www.vb-helper.com/HowTo/rotprnt2.zip

	Purpose
Print rotated text using TextOut

	Method
Use CreateFontIndirect to create the font. Use SelectObject to select it.
Use TextOut to print text.

Note: In older versions of Visual Basic, you could select the font and then
use Printer.Print to print using it. This no longer works. You seem to have
to use TextOut.

Thanks to Mark Quincey (Mark.Quincey@West.Boeing.com).

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
