Jump to content

Search the Community

Showing results for tags 'tracking'.

  • 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 4 results

  1. I see in FusionPro under Global Setting for any text field are setting for Word Spacing. Here I can set Minimum, Optimum and Maximum percentages for all fields. I only want to change the word spacing for a single field. This field utilizes both tracking and word spacing increases. I know CopyFit rules can be set to individual fields with JavaScript. Is there a way I can set word spacing for just a single field? Thanks! Jason
  2. I'm making a business card that has 3 lines that need to copyfit. I'm using the CopyFitLine function and it works fine, however I need to have the tracking set to 3% for these lines. However it seems like CopyFitLine doesn't take the tracking into account when it calculates the font size. Does anybody know how to accomplish this?
  3. I'm finding that changing the <tracking> of text has no effect when the characters in question are within <superscript> tags. I'm using <tracking> in conjunction with <p>.
  4. Hey, I am trying to add tracking to a price (i.e. $11.99). I only want to track 1's and $'s. I've been trying several versions of the following code. var Num = '5'; var Price ='$'+Field("Price"+Num) return NormalizeEntities(Price).replace(/(1)($)/g, "<tracking newsize=-20>$1</tracking>"); This returns Notice how the dollar sign does not receive tracking. Any advice on how I can get it to track? Kerning may be an alternate solution. I have it check on in the text box but it does not change anything. Thank you for any and all help!
×
×
  • Create New...