Sorry cancerinform, you're really helpful but I'm not following you very well.

The code I have is:

Code:
var isFont:Font = new Font1();
var isFormat:TextFormat = new TextFormat();
isFormat.font = isFont.fontName;
isFormat.size = 12;
shop_mask.shop_mc.tShirtColour.textField.setStyle("textFormat",isFormat);
shop_mask.shop_mc.tShirtColour.textField.textField.embedFonts = true;
Which manages to display the options when i click the drop-down menu on the combo box, however doesn't display them in the combo box's main window when chosen.

(The comboBox is called tShirtColour in the properties window).