- or download this
-----------------
|i'm a headline |
...
|and i'm regular|
|text text text |
-----------------
- or download this
$etext = $mc->new_edit_text( [$font, $text] )
returns a new basic dynamic editable text object. It has interfaces to
+ raw DefineEditText tag.
- or download this
$etext->box_size( $width, $height )
sets the bounding box of the text and stops auto-sizing the box. When
+either $width or $height is undef, it is unchanged. Fixing bounding b
+ox may cause unexpected text clipping. You should set DefineEditText
+flag Multiline and/or WordWrap. See SWF::Element.
- or download this
$etext->methos for SWF::Element::Tag::DefineEditText
You can control details of the texts to call methods for DefineEditTex
+t tag. See SWF::Element
- or download this
Tag::DefineEditText
Type: Text
...
Leading $
VariableName STRING
InitialText STRING
- or download this
$rect=SWF::Element::RECT->new;
- or download this
$rect->configure(Xmin=>0, Ymin=>0, Xmax=>100, Ymax=>100);
$element=SWF::Element::* ->new([parameters]);
- or download this
$etext->methos for SWF::Element::Tag::DefineEditText
You can control details of the texts to call methods for DefineEditTex
+t tag. See SWF::Element
- or download this
$etext = $mc->new_edit_text( [$font, $text] )
returns a new basic dynamic editable text object. It has interfaces to
+ raw DefineEditText tag.
- or download this
package DWIM;
# How to use this module is left as an exercise to the reader.
1;
- or download this
$etext->Tag::DefineEditText->configure(AutoSize=>0,WordWrap=>1);