You probably don't have textField.embedFonts = true. Note that Sometimes
the embedFonts style of the textfield's parent overrides the textfield's
property (it's a timing issue of when all the properties/styles are set).
The reason why you're getting Times is because it can't find the device font
and thus picks the default one. If the textfield was using embeded font's
and couldn't find the font it would show no font.
- Dan
On 12/7/06, {reduxdj} <[EMAIL PROTECTED]> wrote:
By the way my code had a typo in my e-mail, it doesn't work when that
was changed, in case somebody catches that. I have my font string
correct in both places in my mxml file.
Thanks,