Thanks everyone.  I got multiple fonts working wonderfully.  I'll never
look back.

One quirky AS3 thing though:  why do I have to refer to the font this
way:

private function styler():StyleSheet{
        var ss:StyleSheet = new StyleSheet();
        var uplain:Object = new Object();
        uplain.fontFamily =  new Univers().fontName;
        uplain.fontSize = "30";
        uplain.color = "#FFFFFF";
        uplain.marginLeft = uplain.marginRight = "10";
        uplain.textAlign = "left";
        ss.setStyle(".uplain", uplain);
        return ss;
}


_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to