Jump to content

Search the Community

Showing results for tags 'size'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome
    • Start Here!
    • News
  • Software-Related Talk
    • Documentation
    • Getting Started
    • The JavaScript Library
    • FusionPro® VDP Creator
    • FusionPro® VDP Producer
    • FusionPro® VDP Server (API)
    • FusionPro® Expression®
    • MarcomCentral®
  • Support
    • Issues, Questions, Etc.
    • Digital Workflow Documents
    • Fonts
  • Off Topic
    • Customer Polls
    • Job Board (Moderated)
    • Reviews, Rants, and General Musings

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Occupation


FusionPro VDP software version


OS


Acrobat Version


Homepage


ICQ


AIM


Yahoo


MSN


Skype


User Title

Found 2 results

  1. I’m attempting to format the email address for a business card template and am stuck. The database has an email address with First.Last. My current rule is if (Field("Individual Email") != "") return Field("Individual Email")+"@MyDomain.com" else return "" I need assistance with the following: 1. Changing the . in the field & @MyDomain.com.com to Gotham Medium, 4.5pt with 5.4 pt leading 2. Change the @ symbol to Gotham Medium, 7pt with 8.4 pt leading Any help with this will be much appreciated.
  2. I currently have 3 rules to change the numbers in the specific field to a different font. These rules work. RuleAddressFont return Field("Address").replace(/(\d+)/g,'<f name="Gotham Medium">$1</f>'); RuleFaxFont return Rule("RuleFaxFormat").replace(/(\d+)/g,'<f name="Gotham Medium">$1</f>'); RulePhoneFont return Rule("RulePhoneFormat").replace(/(\d+)/g,'<f name="Gotham Medium">$1</f>'); I need assistance with the following: 1. Including change in font size & leading for the numbers: Font size with Gotham Medium should be 7pt with 8.4pt leading 2. Including ( ) and - characters in the phone & fax rules If someone can use the phone or fax rule above to show me how to do this, I can then apply it to the others. All help will be much appreciated.
×
×
  • Create New...