Jump to content

Can't get font size below 8 pt


Recommended Posts

Posted
The point size control on the Variable Text Editor is a combo box, not a simple drop-down list, so you can type whatever value you want into it and hit Enter or Tab. I can enter 6 and it works fine.
Posted
Are there any known issues with copyfitting small font sizes? I have run into this on one project where we had to make the PUrl 5pt and copyfit it so it fit in a limited space. For,the long purls it either broke the line or said it didn't didn't fit. I had everything else set up correctly
Posted
Are there any known issues with copyfitting small font sizes? I have run into this on one project where we had to make the PUrl 5pt and copyfit it so it fit in a limited space. For,the long purls it either broke the line or said it didn't didn't fit. I had everything else set up correctly

I don't know of any issues with small font sizes. However, if you're using full-frame Copyfitting, you need to specify appropriate values for minimum sizes in the MagnifyAttributes object in the OnCopyfit callback rule. Also, if you have a really long "word" such as a URL, you may need to either check the "Do not break on copyfit" box on the Paragraph Formatting dialog, or use the CopyfitLine function, or this variation, instead. (The full-frame Copyfitting algorithm just tries to fit the entirety of the text within the frame or flow; it doesn't guarantee that any particular line won't be broken.)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...