rPreview ZOOM problem

User avatar
mastintin
Posts: 1516
Joined: Thu May 27, 2010 2:06 pm

Re: rPreview ZOOM problem

Post by mastintin »

Antonio . Old Tmetafile +This change solve in my brother printer.

Code: Select all | Expand


.......

METHOD PaintMeta() CLASS TPreview

local aSizes
 
     .....

    //  nAspect        := ::oDevice:nHorzSize() / ::oDevice:nVertSize()  

     aSizes:=::oDevice:GetPhySize()
      nAspect:= aSizes[1]/aSizes[2]    // changes for Zoom .

   
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: rPreview ZOOM problem

Post by nageswaragunupudi »

tmetafil.prg and printer.prg are modified to resolve these issues.
Regards

G. N. Rao.
Hyderabad, India
elvira
Posts: 516
Joined: Fri Jun 29, 2012 12:49 pm

Re: rPreview ZOOM problem

Post by elvira »

Hello,

When it would be available please?.

Thank you.
Post Reply