Jump to content

Overflow text


Recommended Posts

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

 

Link to comment
Share on other sites

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.

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...