User Guide
Working with selected objects 97
Text
■ antiAliased
■ antiAliasMode
■ autoKern
■ orientation
■ pathAttributes
■ randSeed
■ textRuns
■ textureOffset
■ transformMode
To return the
antiAliasMode setting for the currently selected text block, type the
following code:
antiAliasedSetting = fw.selection[0].antiAliasMode;
RectanglePrimitive
■ Roundness
■ pathAttributes
■ originalSides
■ transform
To return the roundness setting for the currently selected rectangle, type the following code:
roundness = fw.selection[0].roundness;
NOTE
For the complete list of pathAttributes properties, see “pathAttributes” on page 97.
NOTE
For the complete list of path attributes properties, see “pathAttributes” on page 97.