claviska / claviska/SimpleImage
Support for Arabic text
Open
Feature
Help Wanted
- Dominant language
- PHP
- Stars
- 1.4k
- Forks
- 377
- PR merge metrics
- No merged PRs in 30d
Description
When used to write in "Arabic" it is showing white spaces only. I checked for online solutions and people were talking about something like this (including additional library):
```
// init:
include('php-gd-farsi-master/FarsiGD.php');
$gd = new FarsiGD();
....
// then convert your text:
$tx = $gd->persianText($str, 'fa', 'normal');
```
How can we do the same in SimpleImage ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.