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
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