Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 537 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 537 Bytes

PersianRender

Installation

Composer

You can install this package using composer. Add this package to your composer.json:

"require": {
	"eskandari/persianrender": "dev-master"
}

Manual


 \PersianRender\PersianRender::render('کتابخانه ی رندر GD image در php');

Gd image example


  $text  = \PersianRender\PersianRender::render('فارسی'); //Reversed text for GD
 imagettftext ( $image ,  $size ,  $angle , $x , $y ,$color , $fontfile , $text );