se non riesco col global passo al classico


myFormat = new TextFormat()
myFormat.font = ............ (quello della libreria)

istanza.setTextFormat(myFormat)

mentre per i componenti --- per chi ha vecchie versioni

// Formatto tutto
// è necessario importare il Font nella libreria e linkage

globalStyleFormat.textFont = "std"
globalStyleFormat.embedFonts = true
globalStyleFormat.textSize = 8;
globalStyleFormat.textBold = false
globalStyleFormat.textItalic = false
globalStyleFormat.textColor = 0x003366
globalStyleFormat.face = 0xCCCCCC;
globalStyleFormat.scrollTrack = 0x666666
globalStyleFormat.arrow = 0x000000;
globalStyleFormat.highlight = 0xffffff;
globalStyleFormat.highlight3D = 0x000000;
globalStyleFormat.shadow = 0x000000;
globalStyleFormat.darkshadow = 0x999999;
globalStyleFormat.selection = 0xcccccc;

globalStyleFormat.applyChanges("textColor","textFo nt","embedFonts","face", "textSize", "textBold","textItalic", "scrollTrack", "arrow", "highlight", "highlight3D", "shadow", "darkshadow", "selection", "font");

PS. Bella pagina sul tuo cane.