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
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

