Extending Flash |
|
|
|
| Objects > TextAttrs object > textAttrs.aliasText | |||
Flash MX 2004.
textAttrs.aliasText
Property; a Boolean value that specifies that Flash should draw the text using a method optimized for increasing the legibility of small text.
The following example sets the aliasText property to true for all the text in the currently selected text field:
fl.getDocumentDOM().setElementTextAttr('aliasText', true);
|
|
|
|