Sg 2.9
PathText
Packages RSS
About
News
Gallery
Scripts
Tutorials
Download
Reference
Forum
Users
License
Twitter

Extends TextItem

A PathText item represents a path in an Illustrator document which has text running along it.

Constructors

Creates a path text item.

Sample code:

var path = new Path.Circle(new Point(150, 150), 40);
var text = new PathText(path);
text.content = 'Some text running along a circle';
    Parameters:
  • path: Path — the path that the text will run along
  • orientation: String ('horizontal', 'vertical') — optional

Properties

Read-only.

    Returns:
  • Number
    Returns:
  • Number

Inheritance


AltStyle によって変換されたページ (->オリジナル) /