|
I use Win32::Printer Module for print text with UTF8 and RTL direction.
How can use Write method to print text with UTF8 and RTL direction.
I use this sysntax :
$dc->Write($text, 50, 10,UTF8,RTLREADING);
but it is not print any text on paper.
how can use two options UTF8 and RTLREADING with Write method.
when I use one of this options , It is work correctly , but when I use two options together it not work.
please send me sample of use two options togethe.
mail : mohsenalizadeh9@gmail.com
thankyou. |