Page 2 of 2

Re: Draw Text Rotated?

Posted: Thu Aug 27, 2009 10:37 am
by bartbes
I'm not sure about this, but I found these functions:
  • print(str, x, y )
  • print(str, x, y , angle)
  • print(str, x, y , angle, s)
  • print(str, x, y , angle, sx, sy)
  • printf(str, x, y, wrap, align)
I hope this is enough to satisfy you :D

Re: Draw Text Rotated?

Posted: Thu Aug 27, 2009 2:33 pm
by qubodup
bartbes wrote:I hope this is enough to satisfy you :D
Image

Re: Draw Text Rotated?

Posted: Thu Aug 27, 2009 6:33 pm
by Jasoco
Are you a GAFfer?

Re: Draw Text Rotated?

Posted: Thu Aug 27, 2009 7:16 pm
by osgeld
heh your avatar has the same expression

Re: Draw Text Rotated?

Posted: Thu Aug 27, 2009 8:33 pm
by bmelts
qubodup wrote:Image
Image

Re: Draw Text Rotated?

Posted: Thu Aug 27, 2009 8:39 pm
by Robin
anjo wrote:Image
That is just epic. Maybe something to add to the smilies? ^^

Re: Draw Text Rotated?

Posted: Thu Aug 27, 2009 10:02 pm
by Jasoco
It's a huge internet meme. The first time I saw it was on NeoGAF. it's usually yellow.
osgeld wrote:heh your avatar has the same expression
Haha, I never noticed that. :ultrahappy:

Re: Draw Text Rotated?

Posted: Thu Aug 27, 2009 10:04 pm
by Mr. Strange
bartbes wrote:I'm not sure about this, but I found these functions:
  • print(str, x, y )
  • print(str, x, y , angle)
  • print(str, x, y , angle, s)
  • print(str, x, y , angle, sx, sy)
  • printf(str, x, y, wrap, align)
I hope this is enough to satisfy you :D
Well no - because none of those both wrap and draw at an angle.

-- Mr. Strange