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

add Stroke and letterSpacing option #7

Closed hjanuschka closed 8 years ago

hjanuschka commented 8 years ago

$box->setStrokeColor(new Color(0,0,0)); $box->setStrokeSize(2); $box->setLetterSpacing(10);

sample output (stroke) render2

sample output with letterSpacing: render3

stil commented 8 years ago

I merged your commit which added text stroke. I'm not sure about letter spacing, because it would destroy text kerning, so I'll leave it for now.