<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.gmagickdraw.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'zh',
),
'this' =>
array (
0 => 'gmagickdraw.gettextencoding.php',
1 => 'GmagickDraw::gettextencoding',
2 => 'Returns the code set used for text annotations',
),
'up' =>
array (
0 => 'class.gmagickdraw.php',
1 => 'GmagickDraw',
),
'prev' =>
array (
0 => 'gmagickdraw.gettextdecoration.php',
1 => 'GmagickDraw::gettextdecoration',
),
'next' =>
array (
0 => 'gmagickdraw.line.php',
1 => 'GmagickDraw::line',
),
'alternatives' =>
array (
),
'source' =>
array (
'lang' => 'en',
'path' => 'reference/gmagick/gmagickdraw/gettextencoding.xml',
),
'history' =>
array (
),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);
contributors($setup);
?>
<div id="gmagickdraw.gettextencoding" class="refentry">
<div class="refnamediv">
<h1 class="refname">GmagickDraw::gettextencoding</h1>
<p class="verinfo">(PECL gmagick >= Unknown)</p><p class="refpurpose"><span class="refname">GmagickDraw::gettextencoding</span> — <span class="dc-title">Returns the code set used for text annotations</span></p>
</div>
<div class="refsect1 description" id="refsect1-gmagickdraw.gettextencoding-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>GmagickDraw::gettextencoding</strong></span>(): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>
<p class="para rdfs-comment">
Returns a string which specifies the code set used for text annotations.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-gmagickdraw.gettextencoding-parameters">
<h3 class="title">参数</h3>
<p class="para">此函数没有参数。</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-gmagickdraw.gettextencoding-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
Returns a string specifying the code set or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> if text encoding is not set.
</p>
</div>
</div><?php manual_footer($setup); ?>