update : 2015.11.03
php.shukuma.com검색:
|
imagettfbbox(PHP 4, PHP 5, PHP 7) imagettfbbox — Give the bounding box of a text using TrueType fonts 설명
array imagettfbbox
( float
$size
, float $angle
, string $fontfile
, string $text
)This function calculates and returns the bounding box in pixels for a TrueType text. 인수
반환값
imagettfbbox() returns an array with 8
elements representing four points making the bounding box of the
text on success and
The points are relative to the text regardless of the
예제
Example #1 imagettfbbox() example
<?php 주의
|