クラス概要
 
   
    SWFText
 
    
     
      SWFText
     
     {
 
    
    
    void addString
     ( string $string
    )
    void addUTF8String
     ( string $text
    )
    void __construct
     ( void
    )
    float getAscent
     ( void
    )
    float getDescent
     ( void
    )
    float getLeading
     ( void
    )
    float getUTF8Width
     ( string $string
    )
    float getWidth
     ( string $string
    )
    void moveTo
     ( int $x
    , int $y
    )
    void setColor
     ( int $red
    , int $green
    , int $blue
    [, int $a
   ] )
    void setFont
     ( string $font
    )
    void setHeight
     ( int $height
    )
    void setSpacing
     ( float $spacing
    )
 
   }