PDF_show_boxed

(unknown)

PDF_show_boxed -- 箱の中にテキストを出力する

説明

int pdf_show_boxed (int pdf document, string text, double x-coor, double y-coor, double width, double height, string mode)

PDF_show_boxed()関数は文字列text を左下隅の座標を(x-coor, y-coor) とする箱の内に出力します。箱の大きさは、height ×widthとなります。 パラメータmodeによりテキストがどのようにタイプセット されるかを指定します。 widthheightがゼロの場合、 modeには"left"、"right"、"center"を指定可能です。 widthまたはheightがゼロでない場合、 "justify"および"fulljustify"を指定可能です。

箱の中に収まらずに処理できなかった文字の数を返します。

PDF_show(),PDF_show_xy()も参照下さい。