patriotblog / fa-gd
Fa-GD ,Free persian letter converter for using in php GD, etc. This Library forked from https://github.com/mahmoud-eskandari/PersianRender
dev-master
2017-10-11 05:45 UTC
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2025-05-29 00:58:52 UTC
README
This Library forked from PersianRender
Installation
Using Composer
You can install this package using composer. Add this package to your composer.json
:
"require": {
"patriotblog/fa-gd": "dev-master"
}
manual
\FaGD\PPersianRender::render('کتابخانه ی رندر GD image در php');
using in the Gd image
$text = \FaGD\PPersianRender::render('فارسی',true); //Reversed text for GD
imagettftext ( $image , $size , $angle , $x , $y ,$color , $fontfile , $text );