Issue with pango & arabic
Posted: 2017-02-09T08:13:32-07:00
Hi,
This code:
generates this:
Do you know why?
Thanks!
This code:
Code: Select all
$img = new Imagick();
$img->setBackgroundColor(new ImagickPixel('white'));
$text = ' ولكن النا';
//Pango code for Hello World!
$img->newPseudoImage(200, 200, "pango:$text");
$img->writeImage("output.png");
Do you know why?
Thanks!