imagepsextendfont
  (PHP 4, PHP 5)
imagepsextendfont — Extend or condense a font
  
 
  Description
  
   bool imagepsextendfont
    ( int $font_index
   , float $extend
   )
  
  
 
  Parameters
  
   
    - 
     font_index
     
 - 
      
       A font resource, returned by imagepsloadfont().
      
      
    
    - 
     extend
     
 - 
      
       Extension value, must be greater than 0.
      
      
    
   
  
  
 
  Return Values
  
   Returns TRUE on success or FALSE on failure.
  
  
 
  Notes
  Note: This function is only available 
if PHP is compiled using --with-t1lib[=DIR].