textAttr
- Topics:
- Dynamic Media Classic,SDK/API
CREATED FOR:
- Developer
- User
Text layer attributes. Specifies additional attributes for text layers which are not available as rtf commands.
textAttr= *
res*[, *
antiAliasing*[, *
resMode*[, *
wordWrap*]]]
res | It provides a means for scaling the text layer without changing font sizes. Higher resolution values increase the size of the rendered text relative to the canvas size; smaller values reduce the text size. Text resolution in dots per inch (int greater than 0). | ||||||||||
antiAliasing |
Controls the anti-aliasing mode employed by the text rendering engine. off | norm | crisp | sharp | strong | smooth
| ||||||||||
resMode |
Controls how res is used when rendering the text fixedRes | autoRes | maxRes
If the text layer size is not specified with size= or if only the width is specified, 'autoRes' and 'maxRes' settings are ignored. In such cases, the specified resolution is used to render the text. | ||||||||||
wordWrap |
Specifies the wrapping mode. wrap | noWrap | nbWrap
Both wrap and nbwrap auto-wrap on word boundaries and hyphens. |