>But to better solve the previous problem, why not also a "justified" >alignment, like in Word processors ? >This is done adding space between chars when the resulting text is >smaller than the available space.
While justification is common in print, it is not as common in UI design. It is also not trivial to implement. >And the opposite: another optional attribute that when enable could >truncate the text is its length is higher than the available space. >And in this case we could use some chars like "..." at the truncation. >And these chars could be overridden if wanted. The "..." is called an ellipsis. We have a long-standing TODO to implement this feature (though I don't believe it is currently being tracked in JIRA).
