Question
emergency! Thai language error on IOS 7
SDK : AIR 4.0
OS: IOS 7
DEVICE: itouch 5
var tf = textfield;
tf.embedFont = false;

set tf.embedFont = true and embed an Thai.ttf. it works fine.
but do not work when set tf.styleSheet.
=> tf.htmlText = "any thing" then tf.width = 100 , tf.textWidth = 0
PS:
Textfield works fine in Thai language on IOS 6. (touch 4)
