|
Hi
I use Win32::Printer Module and want to print with utf8 format and Right-to-left .
when I use this syntax :
$dc->Write($text, 160, 10,100,25,UTF8);
it work correctly .
But I want to text aligned from right of page ,thus use this syntax:
$dc->Write($taxi, 160, 10,100,25,UTF8,RTLREADING);
but is not chang in direction .
Module address : http://search.cpan.org/~wasx/Win32-Printer-0.9.1/Printer.pm
I want align text from right of page.please help me.
Thankyou.
|
|
|
|
|
|
|
|