Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/04/2005, 08:51
jaimejhunior
 
Fecha de Ingreso: noviembre-2003
Mensajes: 49
Antigüedad: 20 años, 5 meses
Puntos: 0
pulento por favor, no logro solucionar lo del embedfonts, no se, que hago mal
te vuelvo a dar el codigo, gracias:

trab_reci=new TextFormat();
with(trab_reci) {
align="left";
color="0x535300";
font="standard 07_65";
size="8";
embedFonts=true;
}
this.createTextField("campo_trab_reci",1,0,0,120,1 3);
with(campo_trab_reci) {
text="TRABAJOS RECIENTES";
}
campo_trab_reci.setTextFormat(trab_reci);
__________________
jaimito