|
imagefontheight(PHP 4, PHP 5) imagefontheight — Get font height Описание
int imagefontheight
( int $font
)
Returns the pixel height of a character in the specified font. Список параметров
Возвращаемые значенияReturns the height of the pixel. Примеры
Пример #1 Using imagefontheight() on built-in fonts
<?php Результатом выполнения данного примера будет что-то подобное: Font height: 16 Пример #2 Using imagefontheight() together with imageloadfont()
<?php Результатом выполнения данного примера будет что-то подобное: Font height: 43 |
|