update : 2015.11.03
php.shukuma.com검색:
|
imagefontwidth(PHP 4, PHP 5, PHP 7) imagefontwidth — Get font width 설명
int imagefontwidth
( int
$font
)Returns the pixel width of a character in font. 반환값Returns the pixel width of the font. 예제
Example #1 Using imagefontwidth() on built-in fonts
<?php 위 예제의 출력 예시: Font width: 8 Example #2 Using imagefontwidth() together with imageloadfont()
<?php 위 예제의 출력 예시: Font width: 23 |