joseluisq/gimage

Line-height support for GText

joseluisq opened this issue · 3 comments

Add support for line-height in GText class.

Covered at v1.5.1 release.
Example:

<?php
$text = new GText('Lorem ipsum dolor sit amet, consectetur adipiscing elit.');
$text->setWidth(400);
$text->setHeight(250);

// Set line-height
$text->setLineHeight(1.2);

Muchísimas gracias man, yo soy novato en programación por eso no puedo hacer muchas cosas!!

Saludos! (y)

👍