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

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the Git repository for this website on git.php.net.

Source of: /manual/en/cairofontoptions.setsubpixelorder.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/class.cairofontoptions.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'cairofontoptions.setsubpixelorder.php',
   
1 => 'CairoFontOptions::setSubpixelOrder',
  ),
 
'up' =>
  array (
   
0 => 'class.cairofontoptions.php',
   
1 => 'CairoFontOptions',
  ),
 
'prev' =>
  array (
   
0 => 'cairofontoptions.sethintstyle.php',
   
1 => 'CairoFontOptions::setHintStyle',
  ),
 
'next' =>
  array (
   
0 => 'cairofontoptions.status.php',
   
1 => 'CairoFontOptions::status',
  ),
 
'alternatives' =>
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="cairofontoptions.setsubpixelorder" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">CairoFontOptions::setSubpixelOrder</h1>
  <p class="verinfo">(PECL cairo &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">CairoFontOptions::setSubpixelOrder</span> &mdash; <span class="dc-title">The setSubpixelOrder purpose</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-cairofontoptions.setsubpixelorder-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type"><span class="type void">void</span></span> <span class="methodname"><strong>CairoFontOptions::setSubpixelOrder</strong></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$subpixel_order</code></span>
   )</div>

  <p class="para rdfs-comment">
   The method description goes here.
  </p>

  <div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function is
currently not documented; only its argument list is available.
</p></div>

 </div>


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

    <dt>

     <span class="term"><em><code class="parameter">subpixel_order</code></em></span>
     <dd>

      <p class="para">
       Description...
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-cairofontoptions.setsubpixelorder-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Description...
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-cairofontoptions.setsubpixelorder-examples">
  <h3 class="title">Examples</h3>
  <p class="para">
   <div class="example" id="example-3011">
    <p><strong>Example #1  <span class="methodname"><strong>CairoFontOptions::setSubpixelOrder()</strong></span> example</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br /></span><span style="color: #FF8000">/*&nbsp;...&nbsp;*/<br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code></div>
    </div>

    <div class="example-contents"><p>The above example will output
something similar to:</p></div>
    <div class="example-contents screen">
<div class="cdata"><pre>
...
</pre></div>
    </div>
   </div>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-cairofontoptions.setsubpixelorder-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="methodname"><strong>Classname::Method()</strong></span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites