Re: [Flashcoders] Help Formating/Styling Dynamic Text

2006-08-29 Thread R.A. Williamson
Double check these things: 1) The TextFormat::font must be set to the linkage id of the embedded font, not the font's original name (i.e. BigBoldTreb, not Trebuchet MS). 2) set TextField::embedFonts property to true. 3) call TextField::setTextFormat *after* text is assigned to the TextField.

Re: [Flashcoders] Help Formating/Styling Dynamic Text

2006-08-23 Thread R.A. Williamson
Aaron, Are you aiming for all the text to be bold, or just a selection set by a TextFormat object or HTML? I would be happy to look at an example of what you're tying to do if you want to shoot me a FLA or some code snippets: [EMAIL PROTECTED] Always hard to debug font issues with my

Re: [Flashcoders] Help Formating/Styling Dynamic Text

2006-08-23 Thread Muzak
, 2006 2:22 AM Subject: Re: [Flashcoders] Help Formating/Styling Dynamic Text rw, I have tried two techniques for embedding my fonts: 1. In the library panel, choosing New Font, and selecting my font (Arial, bold, 12pt). 2. In the properties panel, selecting my font and choosing embed

Re: [Flashcoders] Help Formating/Styling Dynamic Text

2006-08-23 Thread Aaron Roberson
[EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, August 23, 2006 2:22 AM Subject: Re: [Flashcoders] Help Formating/Styling Dynamic Text rw, I have tried two techniques for embedding my fonts: 1. In the library panel, choosing New Font

[Flashcoders] Help Formating/Styling Dynamic Text

2006-08-22 Thread Aaron Roberson
When I dynamically load text into a dynamic textfield using xml the text does not remain bold. How can I get the dynamic text to be bold? Thanks in advance, Aaron ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] Help Formating/Styling Dynamic Text

2006-08-22 Thread R.A. Williamson
This typically happens when you have not embedded the bold variant of the font (assuming your dynamic textfield is using embedded fonts). -rw Aaron Roberson wrote: When I dynamically load text into a dynamic textfield using xml the text does not remain bold. How can I get the dynamic text to

Re: [Flashcoders] Help Formating/Styling Dynamic Text

2006-08-22 Thread Aaron Roberson
rw, I have tried two techniques for embedding my fonts: 1. In the library panel, choosing New Font, and selecting my font (Arial, bold, 12pt). 2. In the properties panel, selecting my font and choosing embed and selecing a-zA-Z. Neither of these methods are working :( The first method does