I have a TextInput that is using an embedded font. The prompt however does not show the correct font.
Asked
Active
Viewed 809 times
0
-
Please refer below link... you can get logic to solve your problem. http://stackoverflow.com/questions/11772696/flex-4-6-embedded-fonts-not-applied-to-textfield/11774049#11774049 – Mahesh Parate Aug 17 '12 at 04:37
1 Answers
3
You have to set the fontStyle to normal or italic:
s|TextInput:normalWithPrompt
{
fontStyle:normal;
}

1.21 gigawatts
- 16,517
- 32
- 123
- 231