SWFTextField::setIndentation

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the indentation of the first line void SWFTextField::setIndentation ( float $width ) swftextfield::setindentation() sets the indentation of the first line in the text field, to width. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may

SWFTextField::setHeight

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the font height of this text field font void SWFTextField::setHeight ( float $height ) swftextfield::setheight() sets the font height of this text field font to the given height height. Default is 240. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding

SWFTextField::setFont

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the text field font void SWFTextField::setFont ( SWFFont $font ) swftextfield::setfont() sets the text field font to the [browser-defined?] font font. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future

SWFTextField::setColor

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the color of the text field void SWFTextField::setColor ( int $red, int $green, int $blue [, int $a = 255 ] ) swftextfield::setcolor() sets the color of the text field. Default is fully opaque black. Color is represented using RGB system. Parameters: red Value of red component green Value of gre

SWFTextField::setBounds

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the text field width and height void SWFTextField::setBounds ( float $width, float $height ) swftextfield::setbounds() sets the text field width to width and height to height. If you don't set the bounds yourself, Ming makes a poor guess at what the bounds are. Returns: No value is returned. This function is EXPERIMENTAL

SWFTextField::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a text field object SWFTextField::__construct ([ int $flags ] ) swftextfield() creates a new text field object. Text Fields are less flexible than swftext() objects- they can't be rotated, scaled non-proportionally, or skewed, but they can be used as form entries, and they can use browser-defined fonts. The optional flags change the text field's behavior. It has the following poss

SWFTextField::align

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the text field alignment void SWFTextField::align ( int $alignement ) swftextfield::align() sets the text field alignment to alignement. Valid values for alignement are : SWFTEXTFIELD_ALIGN_LEFT, SWFTEXTFIELD_ALIGN_RIGHT, SWFTEXTFIELD_ALIGN_CENTER and SWFTEXTFIELD_ALIGN_JUSTIFY. Returns: No value is returned. This functi

SWFTextField::addString

(PHP 5 <= 5.3.0, PECL ming SVN) Concatenates the given string to the text field void SWFTextField::addString ( string $string ) swftextfield::setname() concatenates the string string to the text field. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without noti

SWFTextField::addChars

(PHP 5 <= 5.3.0, PECL ming SVN) adds characters to a font that will be available within a textfield void SWFTextField::addChars ( string $chars ) Returns: No value is returned. This function is currently not documented; only its argument list is available. See also:

SWFText::setSpacing

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the current font spacing void SWFText::setSpacing ( float $spacing ) swftext::setspacing() sets the current font spacing to spacing. Default is 1.0. 0 is all of the letters written at the same point. This doesn't really work that well because it inflates the advance across the letter, doesn't add the same amount of spacing between the letters. I should try and explain that better, pro