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

setLeading() doesn't exist #4

Closed craigymunro closed 9 years ago

craigymunro commented 9 years ago

Hiya,

I noticed the examples in the README reference a setLeading() method, but it looks like that method doesn't actually exist. Are you planning to implement it?

Cheers, Craig

alexarno commented 9 years ago

I think you might be able to do what you need with setLineHeight() ?

It might be that the setLeading() method was refactored to setLineHeight() at some point.

craigymunro commented 9 years ago

Aah, well spotted!