verot / class.upload.php

This PHP class uploads files and manipulates images very easily. It is in fact as much as an image processing class than it is an upload class. Compatible with PHP 4, 5, 7 and 8. Supports processing of local files, uploaded files, files sent through XMLHttpRequest.
http://www.verot.net/php_class_upload.htm
GNU General Public License v2.0
853 stars 359 forks source link

Justify text? #153

Closed adamobas closed 2 years ago

adamobas commented 2 years ago

its possible to send big text and the class justify put new lines and set font size?

verot commented 2 years ago

No, the class does not wrap text. You can however use line breaks \n in your text.