imagestring

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Draw a string horizontally
<?php imagestring(    GdImage $image,    GdFont|int $font,    int $x,    int $y,    string $string,    int $color): bool
<?php             }




            imagestring($image->getCore(), $this->getInternalFont(), $posx, $posy, $this->text, $color->getInt());

        }

    }