user1903711
user1903711

Reputation: 21

TextField htmlText+italics cuts of last character

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

Answers (1)

pil2grim
pil2grim

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

Related Questions