Skip to content

Commit

Permalink
Writing Manual
Browse files Browse the repository at this point in the history
writing manual text
  • Loading branch information
mahmoud-eskandari authored Aug 18, 2017
1 parent 7640b03 commit 3ff1bdb
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
# PersianRender
# PersianRender


# Installation

## Using Composer

You can install this package using [composer](https://getcomposer.org). Add this package to your `composer.json`:

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

# manual

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

using in the Gd image
```
$text = \PersianRender\PersianRender::render('فارسی');
imagettftext ( $image , $size , $angle , $x , $y ,$color , $fontfile , $text );
```

0 comments on commit 3ff1bdb

Please sign in to comment.