codice:
// Formatto tutto
// è necessario importare il Fon nella libreria e linkage
globalStyleFormat.textFont = "std"
globalStyleFormat.embedFonts = true
globalStyleFormat.textSize = 8;
globalStyleFormat.textBold = false
globalStyleFormat.textItalic = false
globalStyleFormat.textColor = 0xFF3366
globalStyleFormat.face = 0x003366;
globalStyleFormat.scrollTrack = 0x003366
globalStyleFormat.arrow = 0xffffff;
globalStyleFormat.highlight = 0xffffff;
globalStyleFormat.highlight3D = 0x333333;
globalStyleFormat.shadow = 0xffffff;
globalStyleFormat.darkshadow = 0xffffff;
globalStyleFormat.selection = 0x003366;
globalStyleFormat.applyChanges("textColor","textFont","embedFonts","face", "textSize", "textBold","textItalic", "scrollTrack", "arrow", "highlight", "highlight3D", "shadow", "darkshadow", "selection", "font");