patriotblog/fa-gd
Composer 安装命令:
composer require 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
README 文档
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 );
统计信息
- 总下载量: 85
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GNU
- 更新时间: 2017-09-07