> Is there a way to print one text field in one font and 
> another text field in a different font using print o matic?

Yep. Use the setTextFont() function:


[assuming a POM instance called docPage]

docPage.setTextFont( "SerpentineDBol *" )
docPage.drawText( "text one", point( 100,100 ))
docPage.setTextFont( "HardSoft Code39 Short OCR *" )
docPage.drawText( "text two", point( 100,200 ))


HTH,
Rob

/*********************************
* Rob Wingate, Software Human    *
* http://www.vingage.com         *
* mailto:[EMAIL PROTECTED] *
*********************************/

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to