Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rotate multi-line text

Status
Not open for further replies.

branko

Programmer
Mar 19, 2002
49
SI
Hi,

I am trying to rotate text. I use the lfOrientation and lfEscapement members of the LOGFONT structure. I want to rotate text only in steps of 90 degrees. This all works o.k. except if I have 2 or more lines of text. When rotated the text does rotate, but doesn't keep its relative position. So when rotated over 90 degrees, the 2nd line of text is still under the first line, not to the left of it. Both lines are rotated.
Does anyone have any suggestions? Or should I just not allow for multi-line text?

Thanks in advance,
Branko
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top