Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 859

php-manual-en-5.5.7-1.mga4.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>The HaruPage class</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="harudoc.usekrfonts.html">HaruDoc::useKRFonts</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="harupage.arc.html">HaruPage::arc</a></div>
 <div class="up"><a href="book.haru.html">haru</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="class.harupage" class="reference">
 <h1 class="title">The HaruPage class</h1>
 
 
 <div class="partintro"><p class="verinfo">(PECL haru &gt;= 0.0.1)</p>
 

  <div class="section" id="harupage.intro">
   <h2 class="title">Introduction</h2>
   <p class="para">
    Haru PDF Page Class.
   </p>
  </div>

 
  <div class="section" id="harupage.synopsis">
   <h2 class="title">Class synopsis</h2>
 

   <div class="classsynopsis">
    <div class="ooclass"></div>
 

    <div class="classsynopsisinfo">
     <span class="ooclass">
      <strong class="classname">HaruPage</strong>
     </span>
 
     {</div>

 
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
    <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.arc.html" class="methodname">arc</a></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">float</span> <code class="parameter">$ray</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$ang1</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$ang2</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.begintext.html" class="methodname">beginText</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.circle.html" class="methodname">circle</a></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">float</span> <code class="parameter">$ray</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.closepath.html" class="methodname">closePath</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.concat.html" class="methodname">concat</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$a</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$b</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$c</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$d</code></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>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">object</span> <span class="methodname"><a href="harupage.createdestination.html" class="methodname">createDestination</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">object</span> <span class="methodname"><a href="harupage.createlinkannotation.html" class="methodname">createLinkAnnotation</a></span>
    ( <span class="methodparam"><span class="type">array</span> <code class="parameter">$rectangle</code></span>
   , <span class="methodparam"><span class="type">object</span> <code class="parameter">$destination</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">object</span> <span class="methodname"><a href="harupage.createtextannotation.html" class="methodname">createTextAnnotation</a></span>
    ( <span class="methodparam"><span class="type">array</span> <code class="parameter">$rectangle</code></span>
   , <span class="methodparam"><span class="type">string</span> <code class="parameter">$text</code></span>
   [, <span class="methodparam"><span class="type">object</span> <code class="parameter">$encoder</code></span>
  ] )</div>
<div class="methodsynopsis dc-description">
   <span class="type">object</span> <span class="methodname"><a href="harupage.createurlannotation.html" class="methodname">createURLAnnotation</a></span>
    ( <span class="methodparam"><span class="type">array</span> <code class="parameter">$rectangle</code></span>
   , <span class="methodparam"><span class="type">string</span> <code class="parameter">$url</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.curveto2.html" class="methodname">curveTo2</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$x2</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$y2</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$x3</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$y3</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.curveto3.html" class="methodname">curveTo3</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$x1</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$y1</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$x3</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$y3</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.curveto.html" class="methodname">curveTo</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$x1</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$y1</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$x2</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$y2</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$x3</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$y3</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.drawimage.html" class="methodname">drawImage</a></span>
    ( <span class="methodparam"><span class="type">object</span> <code class="parameter">$image</code></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">float</span> <code class="parameter">$width</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$height</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.ellipse.html" class="methodname">ellipse</a></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">float</span> <code class="parameter">$xray</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$yray</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.endpath.html" class="methodname">endPath</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.endtext.html" class="methodname">endText</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.eofill.html" class="methodname">eofill</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.eofillstroke.html" class="methodname">eoFillStroke</a></span>
    ([ <span class="methodparam"><span class="type">bool</span> <code class="parameter">$close_path</code><span class="initializer"> = false</span></span>
  ] )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.fill.html" class="methodname">fill</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.fillstroke.html" class="methodname">fillStroke</a></span>
    ([ <span class="methodparam"><span class="type">bool</span> <code class="parameter">$close_path</code><span class="initializer"> = false</span></span>
  ] )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.getcharspace.html" class="methodname">getCharSpace</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><a href="harupage.getcmykfill.html" class="methodname">getCMYKFill</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><a href="harupage.getcmykstroke.html" class="methodname">getCMYKStroke</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">object</span> <span class="methodname"><a href="harupage.getcurrentfont.html" class="methodname">getCurrentFont</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.getcurrentfontsize.html" class="methodname">getCurrentFontSize</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><a href="harupage.getcurrentpos.html" class="methodname">getCurrentPos</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><a href="harupage.getcurrenttextpos.html" class="methodname">getCurrentTextPos</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><a href="harupage.getdash.html" class="methodname">getDash</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><a href="harupage.getfillingcolorspace.html" class="methodname">getFillingColorSpace</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.getflatness.html" class="methodname">getFlatness</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><a href="harupage.getgmode.html" class="methodname">getGMode</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.getgrayfill.html" class="methodname">getGrayFill</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.getgraystroke.html" class="methodname">getGrayStroke</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.getheight.html" class="methodname">getHeight</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.gethorizontalscaling.html" class="methodname">getHorizontalScaling</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><a href="harupage.getlinecap.html" class="methodname">getLineCap</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><a href="harupage.getlinejoin.html" class="methodname">getLineJoin</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.getlinewidth.html" class="methodname">getLineWidth</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.getmiterlimit.html" class="methodname">getMiterLimit</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><a href="harupage.getrgbfill.html" class="methodname">getRGBFill</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><a href="harupage.getrgbstroke.html" class="methodname">getRGBStroke</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><a href="harupage.getstrokingcolorspace.html" class="methodname">getStrokingColorSpace</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.gettextleading.html" class="methodname">getTextLeading</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><a href="harupage.gettextmatrix.html" class="methodname">getTextMatrix</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><a href="harupage.gettextrenderingmode.html" class="methodname">getTextRenderingMode</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.gettextrise.html" class="methodname">getTextRise</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.gettextwidth.html" class="methodname">getTextWidth</a></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$text</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><a href="harupage.gettransmatrix.html" class="methodname">getTransMatrix</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.getwidth.html" class="methodname">getWidth</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">float</span> <span class="methodname"><a href="harupage.getwordspace.html" class="methodname">getWordSpace</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.lineto.html" class="methodname">lineTo</a></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>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><a href="harupage.measuretext.html" class="methodname">measureText</a></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$text</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$width</code></span>
   [, <span class="methodparam"><span class="type">bool</span> <code class="parameter">$wordwrap</code><span class="initializer"> = false</span></span>
  ] )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.movetextpos.html" class="methodname">moveTextPos</a></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"> = false</span></span>
  ] )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.moveto.html" class="methodname">moveTo</a></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>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.movetonextline.html" class="methodname">moveToNextLine</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.rectangle.html" class="methodname">rectangle</a></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">float</span> <code class="parameter">$width</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$height</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setcharspace.html" class="methodname">setCharSpace</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$char_space</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setcmykfill.html" class="methodname">setCMYKFill</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$c</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$m</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$y</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$k</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setcmykstroke.html" class="methodname">setCMYKStroke</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$c</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$m</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$y</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$k</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setdash.html" class="methodname">setDash</a></span>
    ( <span class="methodparam"><span class="type">array</span> <code class="parameter">$pattern</code></span>
   , <span class="methodparam"><span class="type">int</span> <code class="parameter">$phase</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setflatness.html" class="methodname">setFlatness</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$flatness</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setfontandsize.html" class="methodname">setFontAndSize</a></span>
    ( <span class="methodparam"><span class="type">object</span> <code class="parameter">$font</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$size</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setgrayfill.html" class="methodname">setGrayFill</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$value</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setgraystroke.html" class="methodname">setGrayStroke</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$value</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setheight.html" class="methodname">setHeight</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$height</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.sethorizontalscaling.html" class="methodname">setHorizontalScaling</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$scaling</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setlinecap.html" class="methodname">setLineCap</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$cap</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setlinejoin.html" class="methodname">setLineJoin</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$join</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setlinewidth.html" class="methodname">setLineWidth</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$width</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setmiterlimit.html" class="methodname">setMiterLimit</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$limit</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setrgbfill.html" class="methodname">setRGBFill</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$r</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$g</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$b</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setrgbstroke.html" class="methodname">setRGBStroke</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$r</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$g</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$b</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setrotate.html" class="methodname">setRotate</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$angle</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setsize.html" class="methodname">setSize</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$size</code></span>
   , <span class="methodparam"><span class="type">int</span> <code class="parameter">$direction</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setslideshow.html" class="methodname">setSlideShow</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$type</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$disp_time</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$trans_time</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.settextleading.html" class="methodname">setTextLeading</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$text_leading</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.settextmatrix.html" class="methodname">setTextMatrix</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$a</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$b</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$c</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$d</code></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>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.settextrenderingmode.html" class="methodname">setTextRenderingMode</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$mode</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.settextrise.html" class="methodname">setTextRise</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$rise</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setwidth.html" class="methodname">setWidth</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$width</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.setwordspace.html" class="methodname">setWordSpace</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$word_space</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.showtext.html" class="methodname">showText</a></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$text</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.showtextnextline.html" class="methodname">showTextNextLine</a></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$text</code></span>
   [, <span class="methodparam"><span class="type">float</span> <code class="parameter">$word_space</code><span class="initializer"> = 0</span></span>
   [, <span class="methodparam"><span class="type">float</span> <code class="parameter">$char_space</code><span class="initializer"> = 0</span></span>
  ]] )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.stroke.html" class="methodname">stroke</a></span>
    ([ <span class="methodparam"><span class="type">bool</span> <code class="parameter">$close_path</code><span class="initializer"> = false</span></span>
  ] )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.textout.html" class="methodname">textOut</a></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">string</span> <code class="parameter">$text</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><a href="harupage.textrect.html" class="methodname">textRect</a></span>
    ( <span class="methodparam"><span class="type">float</span> <code class="parameter">$left</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$top</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$right</code></span>
   , <span class="methodparam"><span class="type">float</span> <code class="parameter">$bottom</code></span>
   , <span class="methodparam"><span class="type">string</span> <code class="parameter">$text</code></span>
   [, <span class="methodparam"><span class="type">int</span> <code class="parameter">$align</code><span class="initializer"> = HaruPage::TALIGN_LEFT</span></span>
  ] )</div>

   }</div>

  </div>

  <div class="section" id="haru.harupage.constants">
   <h2 class="title">Predefined Constants</h2>
   <table class="doctable table">
    
    
     <thead>
      <tr>
       <th>Type</th>
       <th>Name</th>
       <th>Description</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>int</td>
       <td>HaruPage::GMODE_PAGE_DESCRIPTION</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::GMODE_TEXT_OBJECT</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::GMODE_PATH_OBJECT</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::GMODE_CLIPPING_PATH</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::GMODE_SHADING</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::GMODE_INLINE_IMAGE</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::GMODE_EXTERNAL_OBJECT</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::BUTT_END</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::ROUND_END</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::PROJECTING_SCUARE_END</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::MITER_JOIN</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::ROUND_JOIN</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::BEVEL_JOIN</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::FILL</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::STROKE</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::FILL_THEN_STROKE</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::INVISIBLE</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::FILL_CLIPPING</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::STROKE_CLIPPING</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::FILL_STROKE_CLIPPING</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::CLIPPING</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TALIGN_LEFT</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TALIGN_RIGHT</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TALIGN_CENTER</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TALIGN_JUSTIFY</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::SIZE_LETTER</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::SIZE_LEGAL</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::SIZE_A3</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::SIZE_A4</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::SIZE_A5</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::SIZE_B4</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::SIZE_B5</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::SIZE_EXECUTIVE</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::SIZE_US4x6</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::SIZE_US4x8</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::SIZE_US5x7</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::SIZE_COMM10</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::PORTRAIT</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::LANDSCAPE</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_WIPE_LIGHT</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_WIPE_UP</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_WIPE_LEFT</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_WIPE_DOWN</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_BARN_DOORS_HORIZONTAL_OUT</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_BARN_DOORS_HORIZONTAL_IN</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_BARN_DOORS_VERTICAL_OUT</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_BARN_DOORS_VERTICAL_IN</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_BOX_OUT</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_BOX_IN</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_BLINDS_HORIZONTAL</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_BLINDS_VERTICAL</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_DISSOLVE</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_GLITTER_RIGHT</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_GLITTER_DOWN</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_GLITTER_TOP_LEFT_TO_BOTTOM_RIGHT</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::TS_REPLACE</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::NUM_STYLE_DECIMAL</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::NUM_STYLE_UPPER_ROMAN</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::NUM_STYLE_LOWER_ROMAN</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::NUM_STYLE_UPPER_LETTERS</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td>int</td>
       <td>HaruPage::NUM_STYLE_LOWER_LETTERS</td>
       <td class="empty">&nbsp;</td>
      </tr>

     </tbody>
    
   </table>

  </div>

 </div>
 
 




































































































































































































































































































































































































































































































































 
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="harupage.arc.html">HaruPage::arc</a> — Append an arc to the current path</li><li><a href="harupage.begintext.html">HaruPage::beginText</a> — Begin a text object and set the current text position to (0,0)</li><li><a href="harupage.circle.html">HaruPage::circle</a> — Append a circle to the current path</li><li><a href="harupage.closepath.html">HaruPage::closePath</a> — Append a straight line from the current point to the start point of the path</li><li><a href="harupage.concat.html">HaruPage::concat</a> — Concatenate current transformation matrix of the page and the specified matrix</li><li><a href="harupage.createdestination.html">HaruPage::createDestination</a> — Create new HaruDestination instance</li><li><a href="harupage.createlinkannotation.html">HaruPage::createLinkAnnotation</a> — Create new HaruAnnotation instance</li><li><a href="harupage.createtextannotation.html">HaruPage::createTextAnnotation</a> — Create new HaruAnnotation instance</li><li><a href="harupage.createurlannotation.html">HaruPage::createURLAnnotation</a> — Create and return new HaruAnnotation instance</li><li><a href="harupage.curveto2.html">HaruPage::curveTo2</a> — Append a Bezier curve to the current path</li><li><a href="harupage.curveto3.html">HaruPage::curveTo3</a> — Append a Bezier curve to the current path</li><li><a href="harupage.curveto.html">HaruPage::curveTo</a> — Append a Bezier curve to the current path</li><li><a href="harupage.drawimage.html">HaruPage::drawImage</a> — Show image at the page</li><li><a href="harupage.ellipse.html">HaruPage::ellipse</a> — Append an ellipse to the current path</li><li><a href="harupage.endpath.html">HaruPage::endPath</a> — End current path object without filling and painting operations</li><li><a href="harupage.endtext.html">HaruPage::endText</a> — End current text object</li><li><a href="harupage.eofill.html">HaruPage::eofill</a> — Fill current path using even-odd rule</li><li><a href="harupage.eofillstroke.html">HaruPage::eoFillStroke</a> — Fill current path using even-odd rule, then paint the path</li><li><a href="harupage.fill.html">HaruPage::fill</a> — Fill current path using nonzero winding number rule</li><li><a href="harupage.fillstroke.html">HaruPage::fillStroke</a> — Fill current path using nonzero winding number rule, then paint the path</li><li><a href="harupage.getcharspace.html">HaruPage::getCharSpace</a> — Get the current value of character spacing</li><li><a href="harupage.getcmykfill.html">HaruPage::getCMYKFill</a> — Get the current filling color</li><li><a href="harupage.getcmykstroke.html">HaruPage::getCMYKStroke</a> — Get the current stroking color</li><li><a href="harupage.getcurrentfont.html">HaruPage::getCurrentFont</a> — Get the currently used font</li><li><a href="harupage.getcurrentfontsize.html">HaruPage::getCurrentFontSize</a> — Get the current font size</li><li><a href="harupage.getcurrentpos.html">HaruPage::getCurrentPos</a> — Get the current position for path painting</li><li><a href="harupage.getcurrenttextpos.html">HaruPage::getCurrentTextPos</a> — Get the current position for text printing</li><li><a href="harupage.getdash.html">HaruPage::getDash</a> — Get the current dash pattern</li><li><a href="harupage.getfillingcolorspace.html">HaruPage::getFillingColorSpace</a> — Get the current filling color space</li><li><a href="harupage.getflatness.html">HaruPage::getFlatness</a> — Get the flatness of the page</li><li><a href="harupage.getgmode.html">HaruPage::getGMode</a> — Get the current graphics mode</li><li><a href="harupage.getgrayfill.html">HaruPage::getGrayFill</a> — Get the current filling color</li><li><a href="harupage.getgraystroke.html">HaruPage::getGrayStroke</a> — Get the current stroking color</li><li><a href="harupage.getheight.html">HaruPage::getHeight</a> — Get the height of the page</li><li><a href="harupage.gethorizontalscaling.html">HaruPage::getHorizontalScaling</a> — Get the current value of horizontal scaling</li><li><a href="harupage.getlinecap.html">HaruPage::getLineCap</a> — Get the current line cap style</li><li><a href="harupage.getlinejoin.html">HaruPage::getLineJoin</a> — Get the current line join style</li><li><a href="harupage.getlinewidth.html">HaruPage::getLineWidth</a> — Get the current line width</li><li><a href="harupage.getmiterlimit.html">HaruPage::getMiterLimit</a> — Get the value of miter limit</li><li><a href="harupage.getrgbfill.html">HaruPage::getRGBFill</a> — Get the current filling color</li><li><a href="harupage.getrgbstroke.html">HaruPage::getRGBStroke</a> — Get the current stroking color</li><li><a href="harupage.getstrokingcolorspace.html">HaruPage::getStrokingColorSpace</a> — Get the current stroking color space</li><li><a href="harupage.gettextleading.html">HaruPage::getTextLeading</a> — Get the current value of line spacing</li><li><a href="harupage.gettextmatrix.html">HaruPage::getTextMatrix</a> — Get the current text transformation matrix of the page</li><li><a href="harupage.gettextrenderingmode.html">HaruPage::getTextRenderingMode</a> — Get the current text rendering mode</li><li><a href="harupage.gettextrise.html">HaruPage::getTextRise</a> — Get the current value of text rising</li><li><a href="harupage.gettextwidth.html">HaruPage::getTextWidth</a> — Get the width of the text using current fontsize, character spacing and word spacing</li><li><a href="harupage.gettransmatrix.html">HaruPage::getTransMatrix</a> — Get the current transformation matrix of the page</li><li><a href="harupage.getwidth.html">HaruPage::getWidth</a> — Get the width of the page</li><li><a href="harupage.getwordspace.html">HaruPage::getWordSpace</a> — Get the current value of word spacing</li><li><a href="harupage.lineto.html">HaruPage::lineTo</a> — Draw a line from the current point to the specified point</li><li><a href="harupage.measuretext.html">HaruPage::measureText</a> — Calculate the number of characters which can be included within the specified width</li><li><a href="harupage.movetextpos.html">HaruPage::moveTextPos</a> — Move text position to the specified offset</li><li><a href="harupage.moveto.html">HaruPage::moveTo</a> — Set starting point for new drawing path</li><li><a href="harupage.movetonextline.html">HaruPage::moveToNextLine</a> — Move text position to the start of the next line</li><li><a href="harupage.rectangle.html">HaruPage::rectangle</a> — Append a rectangle to the current path</li><li><a href="harupage.setcharspace.html">HaruPage::setCharSpace</a> — Set character spacing for the page</li><li><a href="harupage.setcmykfill.html">HaruPage::setCMYKFill</a> — Set filling color for the page</li><li><a href="harupage.setcmykstroke.html">HaruPage::setCMYKStroke</a> — Set stroking color for the page</li><li><a href="harupage.setdash.html">HaruPage::setDash</a> — Set the dash pattern for the page</li><li><a href="harupage.setflatness.html">HaruPage::setFlatness</a> — Set flatness for the page</li><li><a href="harupage.setfontandsize.html">HaruPage::setFontAndSize</a> — Set font and fontsize for the page</li><li><a href="harupage.setgrayfill.html">HaruPage::setGrayFill</a> — Set filling color for the page</li><li><a href="harupage.setgraystroke.html">HaruPage::setGrayStroke</a> — Sets stroking color for the page</li><li><a href="harupage.setheight.html">HaruPage::setHeight</a> — Set height of the page</li><li><a href="harupage.sethorizontalscaling.html">HaruPage::setHorizontalScaling</a> — Set horizontal scaling for the page</li><li><a href="harupage.setlinecap.html">HaruPage::setLineCap</a> — Set the shape to be used at the ends of lines</li><li><a href="harupage.setlinejoin.html">HaruPage::setLineJoin</a> — Set line join style for the page</li><li><a href="harupage.setlinewidth.html">HaruPage::setLineWidth</a> — Set line width for the page</li><li><a href="harupage.setmiterlimit.html">HaruPage::setMiterLimit</a> — Set the current value of the miter limit of the page</li><li><a href="harupage.setrgbfill.html">HaruPage::setRGBFill</a> — Set filling color for the page</li><li><a href="harupage.setrgbstroke.html">HaruPage::setRGBStroke</a> — Set stroking color for the page</li><li><a href="harupage.setrotate.html">HaruPage::setRotate</a> — Set rotation angle of the page</li><li><a href="harupage.setsize.html">HaruPage::setSize</a> — Set size and direction of the page</li><li><a href="harupage.setslideshow.html">HaruPage::setSlideShow</a> — Set transition style for the page</li><li><a href="harupage.settextleading.html">HaruPage::setTextLeading</a> — Set text leading (line spacing) for the page</li><li><a href="harupage.settextmatrix.html">HaruPage::setTextMatrix</a> — Set the current text transformation matrix of the page</li><li><a href="harupage.settextrenderingmode.html">HaruPage::setTextRenderingMode</a> — Set text rendering mode for the page</li><li><a href="harupage.settextrise.html">HaruPage::setTextRise</a> — Set the current value of text rising</li><li><a href="harupage.setwidth.html">HaruPage::setWidth</a> — Set width of the page</li><li><a href="harupage.setwordspace.html">HaruPage::setWordSpace</a> — Set word spacing for the page</li><li><a href="harupage.showtext.html">HaruPage::showText</a> — Print text at the current position of the page</li><li><a href="harupage.showtextnextline.html">HaruPage::showTextNextLine</a> — Move the current position to the start of the next line and print the text</li><li><a href="harupage.stroke.html">HaruPage::stroke</a> — Paint current path</li><li><a href="harupage.textout.html">HaruPage::textOut</a> — Print the text on the specified position</li><li><a href="harupage.textrect.html">HaruPage::textRect</a> — Print the text inside the specified region</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="harudoc.usekrfonts.html">HaruDoc::useKRFonts</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="harupage.arc.html">HaruPage::arc</a></div>
 <div class="up"><a href="book.haru.html">haru</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>