Hi. I am trying to control the leading of a paragraph of dynamic text that is loaded from an XML file. The problem is that I would like to have different leading on different lines within the same text field.
What is the best way to do this? I have thought of changing the leading dynamically but there is no way to know when the line breaks (still) and even if there was, you can only change the leading for an entire text field, not change it at run time and each line stays with the leading you want…
The other solution is to create a text field for each line of text. I know how to do this, but I would like a sure-fire way of filling the whole line of text with not too many characters and not too less… Also since the xml data has html tags I would have to count how many characters, but not count characters within “<” and “>” … it’s too complicated! Whats the best way of approaching this?