0

I have a TextInput that is using an embedded font. The prompt however does not show the correct font.

zero323
  • 322,348
  • 103
  • 959
  • 935
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
  • 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 Answers1

3

You have to set the fontStyle to normal or italic:

s|TextInput:normalWithPrompt
{
    fontStyle:normal;
}
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231