2012-08-16 121 views
0

我有一個正在使用嵌入字體的TextInput。但提示符不顯示正確的字體。TextInput提示顯示不顯示正確的嵌入字體

+0

請參考以下鏈接...你可以得到邏輯來解決你的問題。 http://stackoverflow.com/questions/11772696/flex-4-6-embedded-fonts-not-applied-to-textfield/11774049#11774049 – 2012-08-17 04:37:01

回答

3

你要的fontStyle設置爲正常或斜體:

s|TextInput:normalWithPrompt 
{ 
    fontStyle:normal; 
}