Supported Versions: PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8
Write text to the image using fonts using FreeType 2
<?php imagefttext(    GdImage $image,    float $size,    float $angle,    int $x,    int $y,    int $color,    string $font_filename,    string $text,    array $options = []): array|false