Preventing automatic line breaks to happen in specific locations, aka fragile text
I was wondering is there is any specific way to make TFL insert/not insert line breaks when it is rendering a paragraph.
So far, I have tried this with no success:
1. Inserting spaces/ even so many of them, also while setting the whiteSpaceCollapse property to preserve.
2. putting the fragile text in a seperate span or div.
3. Inserting the fragile text in <nobr> HML tag.
Please note that I am importing text from a HTML, though I am not bound to it, I just found HTML easier to build and then convert as I am no expert in TFL.
BTW, the intendeded fragile text is like (123) and the breaks only take the leading or ending pranthesis off no break in the numbers and I need to keep them together as I am using a special font in which pranthesis make some nice round circle around the text, so one of them going off breaks the thing.
any thoughts?
PS. Can it have something to do with the font?
