static public function makeFormat():TextFormat
{
var f:TextFormat = new TextFormat();
f.size = 12;
f.font = Capabilities.version.indexOf("MAC") >= 0 ? "Andale Mono" : "verdana";
return f;
}
static public function makeFormat():TextFormat
{
var f:TextFormat = new TextFormat();
f.size = 12;
f.font = Capabilities.version.indexOf("MAC") >= 0 ? "Andale Mono" : "verdana";
return f;
}