Jump to content

Widows and Copyfit


JeremyT

Recommended Posts

I am trying to get Copyfit and prevent widows on a variable data text box that is a maximum of 2 lines.

 

I have a rule written that prevents a single word from ending up on the second line of a text box.

 

[font=Calibri,sans-serif][size=2][color=black]return TaggedTextFromRaw(Field("CU Name")).replace(/(.*)(\s)(.+)$/, "$1 $3");
[/color][/size][/font]

 

I turn CopyFit on the text box to automatically reduce text to fit in the box on 2 lines.

 

How do I get CopyFit to work while preventing the second line from having only 1 word?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...