papaface Posted April 25, 2009 Share Posted April 25, 2009 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! Quote Link to comment https://forums.phpfreaks.com/topic/155654-solved-draw-text-vertically/ Share on other sites More sharing options...
Prismatic Posted April 25, 2009 Share Posted April 25, 2009 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 Quote Link to comment https://forums.phpfreaks.com/topic/155654-solved-draw-text-vertically/#findComment-819233 Share on other sites More sharing options...
papaface Posted April 25, 2009 Author Share Posted April 25, 2009 Excellent Thanks Quote Link to comment https://forums.phpfreaks.com/topic/155654-solved-draw-text-vertically/#findComment-819247 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.