I think I've got the solution:
You may have to create a new font in the library(select New Font from the
options menu in the upper right corner),choose the font your want
embed,click ok.
then set the linkage name of the font to anything you want, say "myfont".
and in your css file, just use this font to style your text:

p{
 font-family:"myfont";
}

that's cool, and you can even embed several fonts as you wish!
Don't forget to set your textField.embedFonts to true.

HTH


2005/11/24, Pandian <[EMAIL PROTECTED]>:
> >
> > HTML tags are not supported when the font of Text field is embedded.
> > Wat may be the prob..
> > -Pandian
> >
> > _______________________________________________
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
>
>
>


--
          t.E.l : +8605513602273
          m.o.B : +8613855184110
            q.Q : 7387905
        B.L.o.G : http://old9.wordpress.com
      E.m.A.i.L : qi.jiahui⊕gmail.com
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to