[Flashcoders] embedFonts vs. setTextFormat

2006-07-05 Thread Mendelsohn, Michael
Hi list... The embedFonts line seems to prevent the setTextFormat line from working. What am I missing? The font univ is in the library, and its linkage is univ. Thanks, - Michael M. private function createSlideWatcher():Void { var tf:TextFormat = new TextFormat();

Re: [Flashcoders] embedFonts vs. setTextFormat

2006-07-05 Thread Julien Vignali
Try using setNewTextFormat() instead.. Mendelsohn, Michael a écrit : Hi list... The embedFonts line seems to prevent the setTextFormat line from working. What am I missing? The font univ is in the library, and its linkage is univ. Thanks, - Michael M. private function

RE: [Flashcoders] embedFonts vs. setTextFormat

2006-07-05 Thread Stacey Mulcahy
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mendelsohn, Michael Sent: Wednesday, July 05, 2006 8:23 AM To: Flashcoders mailing list Subject: [Flashcoders] embedFonts vs. setTextFormat Hi list... The embedFonts line seems to prevent the setTextFormat line from working. What am I

Re: [Flashcoders] embedFonts vs. setTextFormat

2006-07-05 Thread Marcelo de Moraes Serpa
= Testing this out; tf.setTextFormat(myTF); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mendelsohn, Michael Sent: Wednesday, July 05, 2006 8:23 AM To: Flashcoders mailing list Subject: [Flashcoders] embedFonts vs. setTextFormat Hi list

RE: [Flashcoders] embedFonts vs. setTextFormat

2006-07-05 Thread Mendelsohn, Michael
Hi all... Thanks for the responses. It was indeed a case of setNewTextFormat. I just don't get why that AS term exists. Thanks! - MM ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] embedFonts vs. setTextFormat

2006-07-05 Thread Marcelo de Moraes Serpa
just don't get why that AS term exists. Neither do I On 7/5/06, Mendelsohn, Michael [EMAIL PROTECTED] wrote: Hi all... Thanks for the responses. It was indeed a case of setNewTextFormat. I just don't get why that AS term exists. Thanks! - MM

Re: [Flashcoders] embedFonts vs. setTextFormat

2006-07-05 Thread Andreas Rønning
Because it allows you to use several different text formats along one text string. Especially useful for a chat program, where you'd like the user's name to be in a different text style than his chat output. - A Marcelo de Moraes Serpa wrote: just don't get why that AS term exists.

Re: [Flashcoders] embedFonts vs. setTextFormat

2006-07-05 Thread Marcelo de Moraes Serpa
But couldn´t I just set a new TextFormat using the setTextFormat() method? On 7/5/06, Andreas Rønning [EMAIL PROTECTED] wrote: Because it allows you to use several different text formats along one text string. Especially useful for a chat program, where you'd like the user's name to be in a

Re: [Flashcoders] embedFonts vs. setTextFormat

2006-07-05 Thread Ian Thomas
That would affect all the text currently in the field. Ian On 7/5/06, Marcelo de Moraes Serpa [EMAIL PROTECTED] wrote: But couldn´t I just set a new TextFormat using the setTextFormat() method? On 7/5/06, Andreas Rønning [EMAIL PROTECTED] wrote: Because it allows you to use several

RE: [Flashcoders] embedFonts vs. setTextFormat

2006-07-05 Thread Stacey Mulcahy
, smaller, etc and haven't found a need to use setNewTextFormat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas Sent: Wednesday, July 05, 2006 9:34 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] embedFonts vs. setTextFormat That would