178
EXTENDING FIREWORKS
The Document object
Las
t
up
d
a
ted
12/8/2009
Arguments
Strength
An integer value, from 0 to 255, for the amount of anti-aliasing to apply.
Returns
Nothing.
Description
Sets the strength value used to anti-alias text in custom mode.
dom.setTextFlow()
Availability
Fireworks 3.
Usage
dom.setTextFlow(
flowDirection
)
Arguments
flowDirection
Acceptable values are
"left to right"
and
"right to left"
.
Returns
Nothing.
Description
Sets the horizontal flow direction of the selected text items.
dom.setTextHorizontalScale()
Availability
Fireworks MX.
Usage
dom.setTextHorizontalScale(
horizScale
)
Arguments
horizScale
A floating-point number that describes how much to scale the text characters horizontally. A value of
1.0
is normal. Values greater than
1.0
make the characters wider, and values less than
1.0
make the characters
narrower.
Returns
Nothing.
Description
Sets the horizontal scaling of text. For vertical text mode, this function stretches or compresses the height of the
characters.