Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/11/2007, 15:11
sesgue
 
Fecha de Ingreso: noviembre-2007
Mensajes: 12
Antigüedad: 16 años, 5 meses
Puntos: 0
Re: Rotacion de texto con AS

Hola Yoseman, este es mi código:


var cotas_fmt = new TextFormat();
cotas_fmt.font = 'miFuente';


cotaY.setTextFormat(cotas_fmt);
cotaY.wordWrap = true;
cotaY.embedFonts = true;
cotaY._rotation = 90;


..y no me funciona.