Question
Static Text Character Check
I have 20 static text fields on the stage and need to build actionscript to look at each character in each field and determine the Font, Style (italic, bold), size and color of each character then report the results (text field, Character, index, font …).
The report needs to list each character along with it style, font color ect… .
Short Example (there are actual 20 static fields on the stage):
Static Field 1) The Brown Fox
The report I need to build
Field: Static Field 1
Character: T
Color: FF000000
Font: Aril
Size: 10
Style: Italic
Ect …..
Field: Static Field 1
Character: h
Color: FFFF0000
Font: Times New Roman
Size: 10
Style: Bold
Ect …..