Readme.en.txt
Readme.es.txt
changeLog
Readme.it.txt
Readme.fr.txt
Todo List
Driver | --awGDDriver
[line 26]
awGDDriver __construct( )
void arc( awColor $color, awPoint $center, $width, $height, $from, $to)
void copyImage( awImage $image, awPoint $p1, awPoint $p2)
void copyResizeImage( awImage $image, awPoint $d1, awPoint $d2, awPoint $s1, awPoint $s2, [ $resample = TRUE])
void ellipse( awColor $color, awPoint $center, $width, $height)
void filledArc( awColor $color, awPoint $center, $width, $height, $from, $to)
void filledEllipse( $background, awPoint $center, $width, $height)
void filledPolygon( $background, awPolygon $polygon)
void filledRectangle( $background, awLine $line)
void get( awImage $image)
void getColor( awColor $color)
void getSize( )
void getTextHeight( awText $text)
void getTextWidth( awText $text)
void init( awImage $image)
void initFromFile( awFileImage $fileImage, $file)
void isCompatibleWithFont( awFont $font)
void line( awColor $color, awLine $line)
void movePosition( $x, $y)
void point( awColor $color, awPoint $p)
void polygon( awColor $color, awPolygon $polygon)
void rectangle( awColor $color, awLine $line)
void send( awImage $image)
void setAbsPosition( $x, $y)
void setAbsSize( $w, $h)
void setAntiAliasing( $bool)
void setImageSize( $width, $height)
void setPosition( $x, $y)
void setSize( $w, $h)
void string( awText $text, awPoint $point, [ $width = NULL])