Itamar,
> But not is possible yet print draw box double horizontal for example. I get
> Í
This seems a conflict with charset.
http://msdn.microsoft.com/en-us/library/dd183499%28VS.85%29.aspx
Please read fdwCharSet parameter if it can help you.
oPrn:CharSet(OEM_CHARSET)
oPrn:Setfont('Luci
> Hi!
> The return of command "oPrn:TextOut('Font Is: '+oPrn:FontName,.t.)" is
> correct now.
Amen.
> But not is possible yet print draw box double horizontal for example. I get
> Í
I'll let someone else to solve this for you,
anyhow it's not a Harbour bug.
Brgds,
Viktor
__
Hi!
The return of command "oPrn:TextOut('Font Is: '+oPrn:FontName,.t.)" is
correct now.
But not is possible yet print draw box double horizontal for example. I get
Í
My test with pdfcreator print is.
Function Main
aPrn := GetPrinters()
If empty(aPrn)
MsgStop("Error")
return .f.
EndI