cpdf_set_text_rise
(PHP 4, PHP 5 <= 5.0.5)
cpdf_set_text_rise — テキストの高さを設定する
説明
bool cpdf_set_text_rise
( int $pdf_document
, float $value
)
テキストの高さを value
単位に設定します。
パラメータ
-
pdf_document
-
cpdf_open() が返す、ドキュメントのハンドル。
-
value
-
テキストの高さを表す float 値。
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。