Re: [Flashcoders] Making dynamic text look the same as static text

2008-09-19 Thread Christoffer Enedahl
You need to embed the font. Google it Alan Neilsen skrev: I have found that when I call text into a dynamic text field from a variable, it does not look the same as the text in a static text field set with the same font, size, etc. The text in the dynamic text field appears with no

Re: [Flashcoders] Making dynamic text look the same as static text

2008-09-19 Thread Marc Hoffman
Furthermore, you have to separately embed each font face that you're using (regular, bold, italic). At 11:46 PM 9/18/2008, Christoffer Enedahl wrote: You need to embed the font. Google it Alan Neilsen skrev: I have found that when I call text into a dynamic text field from a variable, it

RE: [Flashcoders] Making dynamic text look the same as static text

2008-09-19 Thread Keith Reinfeld
Alan, Review the help docs under textfield and textformat. Make sure you understand the difference between textfield properties and textformat properties and how they are set. Regards, -Keith http://keithreinfeld.home.comcast.net ___

[Flashcoders] Making dynamic text look the same as static text

2008-09-18 Thread Alan Neilsen
I have found that when I call text into a dynamic text field from a variable, it does not look the same as the text in a static text field set with the same font, size, etc. The text in the dynamic text field appears with no anti-alias, emboldening or italics, even though I have set those