Extends TextItem
A PointText item represents text in an Illustrator document which starts from a certain point and expands by the amount of characters contained in it.
Creates a point text item
Sample code:
var text = new PointText(new Point(50, 100)); text.content = 'The contents of the point text';
The PointText's anchor point
Copyright © 2001-2011 Jürg Lehni, Scratchdisk.com. All Rights Reserved.