You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
Firstly, you must use a font with support of Arabic. I use DejaVu as universal font for all languages. But I still have a problem: letters not connecting each other and showing separately and left-to-right (not right-to-left):
claviska
changed the title
support for Arabic
support for Arabic text
Aug 27, 2020
claviska
changed the title
support for Arabic text
Support for Arabic text
Aug 27, 2020
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):
How can we do the same in SimpleImage ?
The text was updated successfully, but these errors were encountered: