| |
| | | |
Hidden Defaults (page 5) |
|
|
Typesetting Placement:
When using Text Wrap, you may be dissatisfied with the way words are wrapping around irregular shapes. The TextPlacementLimit controls how wide a space must be before text is actually placed. By default, it’s 20 points. If you make it larger, the typesetting engine will require more space before it places text. To set it, use this hidden default:
defaults write com.stone.Create TextPlacementLimit 30
|
|
Script Program:
When you hold the Option key while selecting a script from the Scripts menu, Create will open that script in Script Editor. To change the program Create uses to open scripts, use:
defaults write com.stone.Create ScriptEditor "Super Editor”
where “Super Editor” is replaced with the name of your script editing program. Include the quotes. |
|
|
TIFF Images:
To export high DPI TIFF images at 72 DPI (which means the images will be much larger), use:
defaults write com.stone.Create DontResizeTIFF YES |
|
|