User Guide

Document functions 231
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.
Returns
Nothing.
Description
Adjusts the kerning of text.
dom.setTextCustomAntiAliasOverSample()
Availability
Fireworks MX 2004.
Usage
dom.setTextCustomAntiAliasOverSample(overSample)
Arguments
overSample
The integer 4, 8 or 16 that specifies the amount of oversampling used to anti-alias
text in custom mode.
Returns
Nothing.
Description
Sets the oversampling used to anti-alias text in custom mode.