You'll probably have to subclass to do that
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: Tuesday, May 22, 2007 3:36 AM To: [email protected] Subject: [flexcoders] HTML Text in LinkBar We have a Link Bar that has text in it pulled from an XML file. We're using a font defined by the client that doesn't have all the characters we need for all of the language versions. What we want to do is use a different font for some languages - i.e. use Verdana for Spanish so we get the cidillas ect. In Flash I have successfully done this by using a font tag in the xml to specify which font to use for languages with special characters. I have tried this in Flex but it doesn't work. The link bar (with a simple object as the data provider) doesn't appear to use html text. Is there any other solution to this. Thanks

