<?php imagettfbbox( float $size, float $angle, string $font_filename, string $string, array $options = []): array|false
<?php $this->text = mb_encode_numericentity($this->text, array(0x0080, 0xffff, 0, 0xffff), 'UTF-8'); $box = imagettfbbox($this->getPointSize(), 0, $this->file, $this->text); if ($this->angle != 0) {