stil / gd-text

PHP class making it easy to type text on pictures. Supports multi-lined text, horizontal and vertical alignment.
401 stars 130 forks source link

Calculate the text height and width #5

Open mba858 opened 8 years ago

mba858 commented 8 years ago

Hi, first really big applause for this amazing work. Actually I need to ask, can we calculate the height and width for given text before drawing? Mean suppose we got dynamic text, can we get the width and height relative to text?

zgldh commented 8 years ago

@mba858 Try imageftbbox

unlocomqx commented 7 years ago

A more precise lib to measure text size/position https://github.com/unlocomqx/text-measure

stil commented 6 years ago

Related #36