2 Replies Latest reply: Feb 10, 2010 3:33 AM by polatkanfatih RSS

    Apply html tag to embedded fonts

    polatkanfatih Community Member

      hi,

       

      i have a textfield, i embedded fonts and assigned htmlText, i.e.

       

      txt.embedFonts = true;

      txt.htmlText      = '<b>my text </b>';

       

      but it doesnt aplly html tags because of embedFonts... i tried to make style using css but didnt work....

      is there any way to accomplish this?