Question
Some device fonts don't work
Some device fonts don't work in Flex 2.0.1
Given the following code, the shown label won't use font "Wingdings 3".
<mx:Label x="89" y="102" text="Label" fontFamily="Wingdings 3" />
So, which device fonts are not supported in Flex? And for these fonts, which fonts will be used insteady?
Thanks!
