Printing fields size oddness
Posted: Wed Jul 09, 2008 11:06 am
Hi, if I select a field then choose File > Print Field... the text prints out fine.
But if I use scripting in a Print button: then the text prints almost double the typesize.
Is this a known buglet, or should I be adding something else in the script perhaps? (I tried printScale but that didn't make any difference)...
PS In my web googlings, I discovered a useful site for comparing screen type, and is also useful for a definitive list of Windows and Mac default fonts...
http://typetester.maratz.com/
But if I use scripting in a Print button:
Code: Select all
on mouseUp pMouseBtnNo
revShowPrintDialog false, true
revPrintText field "XYZ"
-- set the printscale to .5
end mouseUp
Is this a known buglet, or should I be adding something else in the script perhaps? (I tried printScale but that didn't make any difference)...

PS In my web googlings, I discovered a useful site for comparing screen type, and is also useful for a definitive list of Windows and Mac default fonts...
http://typetester.maratz.com/