imageloadfont(PHP 4, PHP 5) imageloadfont — Load a new font Описание
   int imageloadfont
    ( string $file
   ) 
  imageloadfont() loads a user-defined bitmap and returns its identifier. Список параметров
 
 Возвращаемые значенияThe font identifier which is always bigger than 5 to avoid conflicts with built-in fonts or FALSE on errors. Примеры
 Пример #1 imageloadfont() usage example 
<?php | 
||||||||||||||||||||