Tengo este código para dar formato al texto y embeber la fuente que he añadido a la biblioteca.
Código :
miFormato = new TextFormat("mifuente");
with (this.links_mc.txt) {
embedFonts = true;
htmlText = "<b>COMIC</b><br><br><li><a href='http://www.aletaediciones.com' target='_blank'><font color='#FF9933'><i>Aleta Ediciones</i></font></a><br><a href='http://www.anillodesirio.com' target='_blank'><font color='#FF9933'><u>Magia y Acero</u></font></a></li><br><br><b>ANIMACION INFANTIL</b><br><br><li><a href='http://www.elgranjordiet.tk' target='_blank'><font color='#FF9933'><u>El Gran Jordiet</u></font></a></li><br><br><a>INFORMATICA</a><br><br><li><a href='http://www.sogest-informatica.com' target='_blank'><font color='#FF9933'><u>Sogest</u></font></a></li>";
}
this.links_mc.txt.setTextFormat(miFormato);En principio funciona bien, pero ignora las etiquetas bold e italic ¿Alguine sabría por qué me ocurre esto? Agradecería una orientación para solucionar este tema. Saludos.
