Jump to content

[SOLVED] Draw text vertically?


papaface

Recommended Posts

Hello,

 

Is it possible to write text onto an existing image vertically?

I know that text is written horizontally by default.

 

Any help would be appreciated :)

 

Thanks!

 

ImageTTFText has an angle option.

 

-90 should draw it vertically.

 

However, if you're looking to draw the letters upright but vertical like this

 

h

e

l

l

o

 

 

Then you'll need to take your string, explode it into indivual characters, then loop over each character placing it on the picture xx pixels lower then the previous letter

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.