HaruPage::textRect
  (PECL haru >= 0.0.1)
HaruPage::textRect — 指定した領域内にテキストを表示する
  
 
  説明
  
   bool HaruPage::textRect
    ( float $left
   , float $top
   , float $right
   , float $bottom
   , string $text
   [, int $align = HaruPage::TALIGN_LEFT
  ] )
  
  
 
  パラメータ
  
   
    - 
     left
     
 - 
      
       テキストの範囲の左端。
      
      
    
    - 
     top
     
 - 
      
       テキストの範囲の上端。
      
      
    
    - 
     right
     
 - 
      
       テキストの範囲の右端。
      
      
    
    - 
     bottom
     
 - 
      
       テキストの範囲の下端。
      
      
    
    - 
     text
     
 - 
      
       表示させたいテキスト。
      
      
    
    - 
     align
     
 - 
      
       テキストの配置。次のいずれかの値でなければなりません。
       
        - 
         HaruPage::TALIGN_LEFT
        
 
        - 
         HaruPage::TALIGN_RIGHT
        
 
        - 
         HaruPage::TALIGN_CENTER
        
 
        - 
         HaruPage::TALIGN_JUSTIFY