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