Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 804 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 804 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 );
  

نمونه فارسی نویسی با فونت داناImage

نمونه فارسی نویسی با فونت کلمهImage