
mohsenalizadeh
Novice
Jan 1, 2010, 10:53 AM
Post #1 of 2
(2884 views)
|
|
use utf8 and Right-to-left in Win32::Printer module
|
Can't Post
|
|
Hi I use Win32::Printer Module and want to print with utf8 format and Right-to-left . when I use this syntax :
$dc->Write($taxi, 160, 10,100,25,UTF8); it work correctly . But I want to text aligned from right of page ,thus use this syntax:
$dc->Write($text, 160, 10,100,25,UTF8,RTLREADING); but is not chang in direction . Module URL : http://search.cpan.org/~wasx/Win32-Printer-0.9.1/Printer.pm I want align text from right of page.please help me. Thankyou. mohsenalizadeh9@gmail.com
(This post was edited by mohsenalizadeh on Jan 1, 2010, 11:40 AM)
|