Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 7795

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Move text position to the specified offset</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="harupage.measuretext.html">HaruPage::measureText</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="harupage.moveto.html">HaruPage::moveTo</a></div>
 <div class="up"><a href="class.harupage.html">HaruPage</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="harupage.movetextpos" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">HaruPage::moveTextPos</h1>
  <p class="verinfo">(PECL haru &gt;= 0.0.1)</p><p class="refpurpose"><span class="refname">HaruPage::moveTextPos</span> &mdash; <span class="dc-title">Move text position to the specified offset</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-harupage.movetextpos-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><strong>HaruPage::moveTextPos</strong></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$x</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$y</code></span>
   [, <span class="methodparam"><span class="type">bool</span> <code class="parameter">$set_leading</code><span class="initializer"> = <strong><code>FALSE</code></strong></span></span>
  ] )</div>

  <p class="para rdfs-comment">
   Moves text position to the specified offset. If the start position of the current 
   line is (x1, y1), the start of the next line is (x1 + <code class="parameter">x</code>, 
   y1 + <code class="parameter">y</code>). 
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-harupage.movetextpos-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    
     <dt>
<code class="parameter">x</code></dt>

     <dd>

      <p class="para">
       The specified text position offset.
      </p>
     </dd>

    
    
     <dt>
<code class="parameter">y</code></dt>

     <dd>

      <p class="para">
       The specified text position offset.
      </p>
     </dd>

    
    
     <dt>
<code class="parameter">set_leading</code></dt>

     <dd>

      <p class="para">
       If set to <strong><code>TRUE</code></strong>, the function sets the text leading to -<code class="parameter">y</code>. 
      </p>
     </dd>

    
   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-harupage.movetextpos-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns <strong><code>TRUE</code></strong> on success.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-harupage.movetextpos-errors">
  <h3 class="title">Errors/Exceptions</h3>
  <p class="para">Throws a <a href="class.haruexception.html" class="classname">HaruException</a> on error.</p>
 </div>


 <div class="refsect1 seealso" id="refsect1-harupage.movetextpos-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"><span class="methodname"><a href="harupage.movetonextline.html" class="methodname" rel="rdfs-seeAlso">HaruPage::moveToNextLine()</a> - Move text position to the start of the next line</span></li>
   </ul>
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="harupage.measuretext.html">HaruPage::measureText</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="harupage.moveto.html">HaruPage::moveTo</a></div>
 <div class="up"><a href="class.harupage.html">HaruPage</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>