hi all,
please can any one tell me how to add print Arabic characters (right-
to-left) although using CP1256 encoding ???
const char* font_name = HPDF_LoadTTFontFromFile (pdf, "C:\\WINDOWS\\Fonts\\arial.ttf", HPDF_TRUE);
font = HPDF_GetFont (pdf, font_name , HPDF_ENCODING_CP1256);
HPDF_SetCurrentEncoder (pdf, HPDF_ENCODING_CP1256);
Regards.
2009-04-28 12:24:08 UTC in Haru Free PDF Library