Joe,
Since you say that the Dorchester Script actually works in FusionPro because
you can tell the field in the text box to display that font and it does, then I
believe you're right and it might me the way you are referring to it in your
rule. The easiest way that I know of the get the actual filename that FusionPro
uses for a font is to create a Resource that is a Formatted-Text. Type a sample
line of text and change it to the font you need and click o.k. to go back to
the Resource Editor menu. Then click "view" to look at the actual code that
FusionPro created from your entry in the Text Editor. You will see a command in
that long string that looks something like...
<f name="Your Font Name"><z newsize="12.0"><color name="Black">Sample
The entry that you will see in place of "Your Font Name" will be what FusionPro
actually calls this font and has the tag command <f name=" "> and font size and
color commands as well. You can highlight in this area and copy it out if you
want.
Simply copy this command line into your rule...
If (Field("font") == "1") {
return '<f name="Your Font1 Name">' + Field("Name");
}
else {
return '<f name="Your Font2 Name">' + Field("Name");
}
If there is any more text that is to be displayed in that same text box you may
need to turn that text off and rename it to the current font that you want for
the rest of the text. If that entry is the only thing listed in the text box
then you're fine with the above command alone. Be sure to use different quote
marks within the command. I normally use single quotes for the outermost quotes
since FusionPro will always use double quotes for any commands it types. Also
you will need to check the box "return as tagged text" for this rule as well.
---
David A. Sweet
Web Designer/Graphic Designer
HKM Direct Market Communications
A DirectConnectGroup Company
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 29, 2007 11:13 AM
To: FusionPro Users Forum
Subject: [fusionpro] Fonts not rendering when in rule format
I am having an issue with nots not rendering correctly when they are
written into a rule. Example: I have a rule that states when field font
= 1 change font to dorchester script. When it renders it shows as
helvetica. If I dont write a rule and just tell the text editor to make
the font dorchester script it works just fine. I need the rule as our
customer has a font list they choose from. Any help would be greatly
appreciated. Thanks in advance.
Joe McDermott
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
FusionPro 5.0 Now Available!
Variable text on a curve and soft drop-shadows for variable text
LIMITED TIME upgrade offer of $299 per license for current customers:
http://fusionpro.printable.com/store/upgrade
New licenses available for $599 each at:
http://fusionpro.printable.com/store/
All FusionPro 5.0 customers to receive FusionPro 5.1 with
Adobe Acrobat 8 and InDesign CS3 support when released for FREE.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
--
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
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.16.10/1159 - Release Date: 11/29/2007
11:10 AM
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.16.10/1159 - Release Date: 11/29/2007
11:10 AM
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
FusionPro 5.0 Now Available!
Variable text on a curve and soft drop-shadows for variable text
LIMITED TIME upgrade offer of $299 per license for current customers:
http://fusionpro.printable.com/store/upgrade
New licenses available for $599 each at:
http://fusionpro.printable.com/store/
All FusionPro 5.0 customers to receive FusionPro 5.1 with
Adobe Acrobat 8 and InDesign CS3 support when released for FREE.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
--
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
--