HaruPage::showTextNextLine
(PECL haru >= 0.0.1)
HaruPage::showTextNextLine — Mueve la posición actual a el inicio de la línea siguiente y imprime el texto
Descripción
bool HaruPage::showTextNextLine
( string $text
[, float $word_space = 0
[, float $char_space = 0
]] )
Mueve la posición actual a el inicio de la línea siguiente y imprime el texto.
Parámetros
- text
-
El texto a mostrar.
- word_space
-
El espacio de la palabra.
- char_space
-
El espacio del carácter.
Valores devueltos
Devuelve TRUE en éxito.
Errores/Excepciones
Lanza una HaruException cuando se produce un error.
Ver también
- HaruPage::showText() - Imprime el texto en la posición actual de la página
- HaruPage::textOut() - Imprime el texto en la posición especificada
There are no user contributed notes for this page.
