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