<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ps.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.ps-continue-text.php',
    1 => 'ps_continue_text',
    2 => '次の行にテキストを続ける',
  ),
  'up' => 
  array (
    0 => 'ref.ps.php',
    1 => 'PS 関数',
  ),
  'prev' => 
  array (
    0 => 'function.ps-closepath-stroke.php',
    1 => 'ps_closepath_stroke',
  ),
  'next' => 
  array (
    0 => 'function.ps-curveto.php',
    1 => 'ps_curveto',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/ps/functions/ps-continue-text.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ps-continue-text" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ps_continue_text</h1>
  <p class="verinfo">(PECL ps &gt;= 1.1.0)</p><p class="refpurpose"><span class="refname">ps_continue_text</span> &mdash; <span class="dc-title">次の行にテキストを続ける</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ps-continue-text-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ps_continue_text</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$psdoc</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$text</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
    最終行の次の行からテキストを出力します。行間隔は &quot;leading&quot;
    の値が用いられます。この値は <span class="function"><a href="function.ps-set-value.php" class="function">ps_set_value()</a></span>
    を用いて指定する必要があります。
    実際のテキストの出力位置は、&quot;textx&quot; と &quot;texty&quot; の値によって決まります。
    この値は <span class="function"><a href="function.ps-get-value.php" class="function">ps_get_value()</a></span> を用いて取得することができます。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ps-continue-text-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">psdoc</code></dt>
     <dd>
      <p class="para">
       <span class="function"><a href="function.ps-new.php" class="function">ps_new()</a></span> が返す、postscript
       ファイルのリソース ID。
      </p>
     </dd>
    
    
     <dt><code class="parameter">text</code></dt>
     <dd>
      <p class="para">
       出力するテキスト。
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ps-continue-text-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   成功した場合に <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> を、失敗した場合に <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> を返します。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.ps-continue-text-seealso">
  <h3 class="title">参考</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.ps-show.php" class="function" rel="rdfs-seeAlso">ps_show()</a> - テキストを出力する</span></li>
    <li><span class="function"><a href="function.ps-show-xy.php" class="function" rel="rdfs-seeAlso">ps_show_xy()</a> - 指定された位置にテキストを出力する</span></li>
    <li><span class="function"><a href="function.ps-show-boxed.php" class="function" rel="rdfs-seeAlso">ps_show_boxed()</a> - テキストをボックス内に出力する</span></li>
   </ul>
  </p>
 </div>

</div><?php manual_footer($setup); ?>