Search code examples
apache-flexflex4flex-spark

TextInput prompt display does not show correct embedded font


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


Solution

  • You have to set the fontStyle to normal or italic:

    s|TextInput:normalWithPrompt
    {
        fontStyle:normal;
    }