--- In [email protected], "Matt Chotin" <[EMAIL PROTECTED]> wrote:
>
> 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: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of leo4beer
> Sent: Sunday, April 23, 2006 6:56 AM
> To: [email protected]
> 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
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.

