JeremyT Posted January 30, 2017 Posted January 30, 2017 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? Quote
Dan Korn Posted January 30, 2017 Posted January 30, 2017 This works fine for me in a quick test. Can you collect up a sample job which demonstrates what you're seeing? Quote
JeremyT Posted January 30, 2017 Author Posted January 30, 2017 (edited) It appears that I failed to look at the simplest fix-enlarge the text box. Enlarging the text box worked. Thanks for your help! Edited January 30, 2017 by JeremyT Quote
Recommended Posts
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.