rPreview ZOOM problem

User avatar
mastintin
Posts: 1502
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

.......

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: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
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: 462
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