Reputation: 21
htmlText + italic – the last character cuts off
Below is the similar problem, but I don’t use autosize TextField autoSize+italics cuts of last character
Are there any other variants how to solve this problem? The problematic text is on the screenshot: http://finmarkets.org/images/problem.jpg
Upvotes: 2
Views: 282
Reputation: 11
you should try to add some pixels to your textfield's width after having feed it with its content : yourTextField.width += 3;
Upvotes: 1