User Guide

292 Fireworks JavaScript API
Description
Sets the anti-aliasing level for the selected blocks of text.
See also
dom.enableTextAntiAliasing()
dom.setTextAutoKern()
Availability
Fireworks 3.
Usage
dom.setTextAutoKern(bKern)
Arguments
bKern If bKern is true, automatic kerning is on for the selected text items. If bKern is
false, it is off.
Returns
Nothing.
Description
Specifies whether automatic kerning is on or off for the selected text items.
dom.setTextCharSpacing()
Availability
Fireworks MX.
Usage
dom.setTextCharSpacing(charSpace)
Arguments
charSpace A floating-point percentage of the default space to add to (positive values) or
remove from (negative values) two adjacent characters. To increase the spacing by 15%, for
example, pass
0.15.
NOTE
To turn anti-aliasing on or off, call dom.enableTextAntiAliasing.