| 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 | ||