HaruPage::textOut
(PECL haru >= 0.0.1)
HaruPage::textOut — Affiche le texte à la position spécifiée
Description
   bool HaruPage::textOut
    ( float 
  $x
   , float $y
   , string $text
   )Affiche le texte à la position spécifiée.
Liste de paramètres
- 
     x
- 
      
- 
     y
- 
      
- 
     text
- 
      
Valeurs de retour
   Retourne TRUE en cas de succès.
  
Erreurs / Exceptions
Émet une exception HaruException en cas d'erreur.
Voir aussi
- HaruPage::showTextNextLine() - Déplace la position courante au début de la prochaine ligne et affiche le texte
- HaruPage::showText() - Affiche le texte à la position courante de la page
