<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.imagickdraw.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'imagickdraw.settextencoding.php',
    1 => 'ImagickDraw::setTextEncoding',
    2 => 'Specifies the text code set',
  ),
  'up' => 
  array (
    0 => 'class.imagickdraw.php',
    1 => 'ImagickDraw',
  ),
  'prev' => 
  array (
    0 => 'imagickdraw.settextdecoration.php',
    1 => 'ImagickDraw::setTextDecoration',
  ),
  'next' => 
  array (
    0 => 'imagickdraw.settextinterlinespacing.php',
    1 => 'ImagickDraw::setTextInterlineSpacing',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagickdraw/settextencoding.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagickdraw.settextencoding" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ImagickDraw::setTextEncoding</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">ImagickDraw::setTextEncoding</span> &mdash; <span class="dc-title">Specifies the text code set</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagickdraw.settextencoding-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ImagickDraw::setTextEncoding</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$encoding</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <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>
  <p class="para">
   Specifies the code set to use for text annotations. The only
   character encoding which may be specified at this time is &quot;UTF-8&quot; for
   representing Unicode as a sequence of bytes. Specify an empty string to
   set text encoding to the system&#039;s default. Successful text annotation
   using Unicode may require fonts designed to support Unicode.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagickdraw.settextencoding-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">encoding</code></dt>
     <dd>
      <p class="para">
       the encoding name
      </p>
     </dd>
    
   </dl>
  </p>

 </div>

 <div class="refsect1 returnvalues" id="refsect1-imagickdraw.settextencoding-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   No value is returned.
  </p>
 </div>


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