Out of context: Reply #10

  • Started
  • Last post
  • 11 Responses
  • moamoa0

    as2... (Univers 55) lol..

    //3 TextFields placed on stage
    //Every single TextField use different configurations
    //rendered by system
    tfDefault.embedFonts=false;
    tfDefault.html=true
    tfDefault.htmlText="∞"
    var tf:TextFormat=new TextFormat();
    tf.font="Universa 55";
    //not rendere
    tfNotEmbed.setNewTextFormat(tf);
    tfNotEmbed.html=true
    tfNotEmbed.htmlText="∞"
    tfNotEmbed.embedFonts=false;
    //rendered
    tfEmbed.html=true
    tfEmbed.htmlText="∞"
    tfEmbed.embedFonts=true;
    tfEmbed.setNewTextFormat(tf);

View thread