I ran into a problem and can't locate the solution - maybe somebody out there can help me fix it.
I'm dynamically creating a complex image. I want to "right justify" some text within the image, but I can't seem to find a way to do this. The only way I can think of doing it would be to subtract the length of the word/sentance from the position, but I can't find a function to do this.
I'm currently using ImageTTFText() to generate my text. Is there a function to find the pixel length of text? Or is there someother way of doing this that I'm not seeing?
Thanks for you help.