Have you made sure the font is truly embedded, using one of the
techniques mentioned in the docs?

E.g., http://livedocs.macromedia.com/labs/1/flex20beta2/00001052.html



-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of leo4beer
Sent: Sunday, April 23, 2006 6:56 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Embedding the fonts of a Tab Label...

Embedding the fonts of a Tab Label...

Hi, I'm extending the TabBar class in order to make a vertical tab
bar...
When I rotate a tab the fonts must be embedded otherwise they will not
appear.
Currently my main problem is embedding the fonts.

I've tried embedding the font in various ways:


//child is a tab, I'm referring to it in a loop when overdding the
base class layoutChildren() method
child.labelPath.labelField.embedFonts = true;
//or
child.labelPath.setStyle("embedFonts", true);

both methods did not work and I'm unable to view the text...

Any ideas?

Thanks in advance.








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to