PDA

Click to See Complete Forum and Search --> : Rotate text without a picture box


MicahCarrick
Nov 30th, 1999, 07:23 AM
I don't know ... but this code does. I found it at www.vbcode.com, (http://www.vbcode.com,) perhaps it will help.
http://www.vbcode.com/asp/showzip.asp?ZipFile=fontrot.zip&theID=39

It rotates the text anywhere from 0 to 360 degrees.

------------------
Micah Carrick
Ordinary joe, only not named joe.
http://micah.carrick.com
micah@carrick.com
ICQ: 53480225

dnollett
Nov 30th, 1999, 11:58 AM
I am trying to rotate text using currentx and currenty without using a picture box. The printer I am using (Summa Cutter D620) does not recognize any type of graphics so I must use a text string. I have used the API CreateFont setting the escapement and orientation to 900 or 2700 to rotate the text without any success. Does anyone have any ideas how to rotate text without the use of a picture or form?


------------------
DNollett

Rose
Nov 30th, 1999, 09:59 PM
http://homepages.msn.com/LibraryLawn/rayxu/rotprint.zip

This is for printing rotated text..
http://homepages.msn.com/LibraryLawn/rayxu/rottext.zip

This is for drawing rotated text.


ROSE