downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ps_curveto> <ps_closepath
Last updated: Fri, 13 Nov 2009

view this page in

ps_continue_text

(PECL ps >= 1.1.0)

ps_continue_text次の行にテキストを続ける

説明

bool ps_continue_text ( resource $psdoc , string $text )

最終行の次の行からテキストを出力します。行間隔は "leading" の値が用いられます。この値は ps_set_value() を用いて指定する必要があります。 実際のテキストの出力位置は、"textx" と "texty" の値によって決まります。 この値は ps_get_value() を用いて取得することができます。

パラメータ

psdoc

ps_new() が返す、postscript ファイルのリソース ID。

text

出力するテキスト。

返り値

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

参考



add a note add a note User Contributed Notes
ps_continue_text
There are no user contributed notes for this page.

ps_curveto> <ps_closepath
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites