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
Installs: 79
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/patriotblog/fa-gd
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2025-10-29 02:03:10 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 );