Default properties of new text fields

Text fields created at runtime with createTextField() receive a default TextFormat object with the following properties:

font = "Times New Roman"
size = 12
textColor = 0x000000
bold = false
italic = false
underline = false
url = ""
target = ""
align = "left"
leftMargin = 0
rightMargin = 0
indent = 0
leading = 0
bullet = false
tabStops = [] (empty array)

For a complete list of TextFormat methods and their descriptions, see TextFormat class.