Sharon Leizear Posted January 23 Share Posted January 23 I have a variable text box 4 inches long and using 18pt font. The names in the variable box keep breaking and leaving one line on the second line only. I've used copy fit and it has reduced some of the type (which is fine) but how would I get it to break evenly. Hope this makes sense. Thanks Sharon Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted January 23 Share Posted January 23 One line on the second line only? Sorry, I'm not sure what you mean. Maybe a picture would help? Quote Link to comment Share on other sites More sharing options...
Sharon Leizear Posted January 23 Author Share Posted January 23 Thank you for reaching out. The point size is 18pt and I had to take it down they do not want the names to break. Sample attached. Mr. and Mrs. Steven A. Sample Test for FusionPro.pdf Quote Link to comment Share on other sites More sharing options...
Dan Korn Posted January 23 Share Posted January 23 I see. You can use the <hkeep> and </hkeep> tags to prevent line breaks in the names. If each name is its own data field, then you can make a rule something like this: return '<hkeep>' + TaggedDataField("Name1") + '</hkeep><space>and<space><hkeep>' + TaggedDataField("Name2") + '</hkeep>'; I could offer more specific suggestions if you post the collected job. Quote Link to comment Share on other sites More sharing options...
Sharon Leizear Posted January 25 Author Share Posted January 25 Dan, thank you for your help. Greatly appreciated. Sharon Leizear Quote Link to comment Share on other sites More sharing options...
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.