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
.
NO
TE
To turn anti-aliasing on or off, call dom.enableTextAntiAliasing.
Summary of Contents for FIREWORKS 8-EXTENDING FIREWORKS
Page 1: ...Extending Fireworks ...
Page 4: ...4 Contents ...
Page 358: ...358 Fireworks JavaScript API ...
Page 372: ...372 Index ...