Text layer attributes. Specifies additional attributes for text layers which are not available as rtf commands.
textAttr= *
res*[, *
antiAliasing*[, *
resMode*[, *
wordWrap*]]]
res |
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 and 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. |
Text layer attribute. Ignored by image, solid color, and effect layers. Applies to layer=0
if specified for layer=comp
.
textAttr=72,norm,fixedRes,wrap