cpdf_set_text_matrix

(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)

cpdf_set_text_matrix -- テキスト行列を設定する

説明

bool cpdf_set_text_matrix ( int pdf_document, array matrix )

現在のテキストフォントに適用する変換を記述する行列を設定します。

パラメータ

pdf_document

cpdf_open() が返す、ドキュメントのハンドル。

matrix

6 つの要素からなる、変換内容を指定する配列。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

cpdf_set_text_rendering()
cpdf_set_text_rise()