HaruPage::showTextNextLine

(no version information, might be only in CVS)

HaruPage::showTextNextLine -- 現在位置を次の行の行頭に移動してテキストを表示する

説明

bool HaruPage::showTextNextLine ( string text [, float word_space [, float char_space]] )

現在位置を次の行の行頭に移動してテキストを表示します。

パラメータ

text

表示させるテキスト。

word_space

単語の間隔。

char_space

文字の間隔。

返り値

成功した場合に TRUE を返します。

エラー / 例外

エラー時に HaruException をスローします。

参考

HaruPage::showText()
HaruPage::textOut()