Hello Dan, The Font should be specified as this example indicates, based on how it is identified in your system:
<f name= \"ZapfDingbats\"> You need to verify the how your font is named in your system. In Windows, take a look at the Windows Font folder. On the Mac, look in Font Book. That partical font may not come with all 4 usual styles, i.e., normal, bold, italic or bolditalic. If the font does not provide any of those styles, they are substituted with what is available. The font could be called "Univers67Cond". Take a look in your .dif file to see how it translated. FusionPro uses the *real* font names much the way you want to use real fonts when setting jobs for prepress. Another consideration, is when you apply a style to a font. Typically, the best practice is not to apply styles to fonts (don't make"Helvetica" Bold), use the font with the attributes you really wish to use (i.e. use "HelveticaBold"). -regards, Alex -----Original Message----- From: Dan Parisen [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 9:45 AM To: FusionPro Users Forum Subject: [fusionpro] Rule changing font styles I need a rule that will change my font styles from Bold to regular. I can currently change to bold but cannot change back to regular. Here is what I have: if (Field ("ArchivesPrevJMjob") == "") return ""; else return "<f style = <b>> Prev. JM Invoice# <f style = <regular>>" + (Field ("ArchivesPrevJMjob"))+" "; I know the part in the script where it says "<f style=<regular>" is wrong - what is it supposed to be? Also, is there a glossary list somewhere of all the terms for font styles and font names that someone could point me to? Thanks! Dan Parisen J&M Reproduction 248.588.8100 ext.153 -- Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED] -- View FusionPro Knowledge Base, FusionPro Samples at www.printable.com/vdp/desktop.htm -- You are currently subscribed to fusionpro as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] -- -- Note: All e-mail sent to or from this address will be received or otherwise recorded by the e-mail recipients of this forum. It is subject to archival, monitoring or review by, and/or disclosure to someone other than the recipient. Our privacy policy is posted on www.printplanet.com -- -- Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED] -- View FusionPro Knowledge Base, FusionPro Samples at www.printable.com/vdp/desktop.htm -- You are currently subscribed to fusionpro as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] -- -- Note: All e-mail sent to or from this address will be received or otherwise recorded by the e-mail recipients of this forum. It is subject to archival, monitoring or review by, and/or disclosure to someone other than the recipient. Our privacy policy is posted on www.printplanet.com --
