Hey,

Ok I'm drawing some text onto an image using imagettftext, (The text is at an angle) and we have a fixed area the text can go into, the user can input between 1 and 25 characters. The more characters they put in the smaller the text needs to be. How can I get the character width of a ttf font at a certain size (and ideally per character because 'I' will be smaller than 'W')

Thanks