Extending Flash |
|
|
|
| Objects > TextAttrs object > textAttrs.size | |||
Flash MX 2004.
textAttrs.size
Property; an integer that specifies the size of the font.
The following example retrieves the size of the character at index 2 and shows the result in the Output panel:
fl.outputPanel.trace(fl.getDocumentDOM().selection[0].getTextAttr("size", 2));
|
|
|
|