7 Replies Latest reply: Feb 15, 2010 4:15 AM by Harry Kunz 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?