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

	Purpose
Draw rotated text.

	Method
Use the CreateFont API function to create rotated text.

The book "Visual Basic Graphics Programming" describes rotated fonts further
and shows how to make text follow a path. For more information see

		www.vb-helper.com/vbgp.htm

The book "Custom Controls Library" implements custom controls that display
rotated text and text that follows a path. For more information see

		www.vb-helper.com/ccl.htm

	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 not error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
