select all characters
var chars = tf.characters.everyItem(); // get the single character var chars.appliedFont = myfont; // you have to apply the font to a character or line or paragraph //alert(myfont.name); // this should work