RTFtext and printing

Shari Coxford scoxford at hermansilvercpas.com
Thu Aug 21 13:07:00 EDT 2008


Worked with the RTF file until the result in the field after editing looked perfect.  As someone suggested I could not trust the visuals of the RTF file, it did not translate perfectly into the field.  So I made adjustments where the RTF file itself is wonky but the field looks great.

Then printed the card using Jacques handy dandy script from the archives:

put the rectangle of cd 1 of stack "myStack" into myRectangle
  set itemDelimiter to "," 
  put item 1 of myRectangle & the itemDelimiter into myXYstartpoint 
  put item 2 of myRectangle after myXYstartpoint 
  put item 3 of myRectangle & the itemDelimiter into myXYendpoint 
  put item 4 of myRectangle after myXYendpoint 
  print cd 1 of stack " myStack " from myXYstartpoint to \
      myXYendpoint into 10,10,600,800

And the final printout has text size 2-3 times bigger than it should be!

Maybe I should be setting the printSize (or whatever it's called?)

Aaarrggghhhh!



Shari L. Coxford-Yingst
Herman, Silver & Associates, CPAs LLC
Certified Public Accountants
6445 Powers Ferry Road, Ste. 325
Atlanta, GA 30339
(770) 916-9910  Phone
(770) 916-9916  Fax
Email:  scoxford at hermansilvercpas.com
 
The information contained in this message and any attachments contain information from the accounting firm of Herman, Silver,  & Associates, CPAs, LLC which is confidential and/or privileged.  The information is intended to be for the exclusive use of the named recipient(s).  If you have received this message in error, you are prohibited from disclosing, copying, distributing, or using the information.  Please contact the sender immediately by return email and delete the original message.  Thank you. 






More information about the use-livecode mailing list