<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'gmagickdraw.getfontstyle.php',
    1 => 'GmagickDraw::getfontstyle',
    2 => 'Returns the font style',
  ),
  'up' => 
  array (
    0 => 'class.gmagickdraw.php',
    1 => 'GmagickDraw',
  ),
  'prev' => 
  array (
    0 => 'gmagickdraw.getfontsize.php',
    1 => 'GmagickDraw::getfontsize',
  ),
  'next' => 
  array (
    0 => 'gmagickdraw.getfontweight.php',
    1 => 'GmagickDraw::getfontweight',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gmagick/gmagickdraw/getfontstyle.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gmagickdraw.getfontstyle" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">GmagickDraw::getfontstyle</h1>
  <p class="verinfo">(PECL gmagick &gt;= Unknown)</p><p class="refpurpose"><span class="refname">GmagickDraw::getfontstyle</span> &mdash; <span class="dc-title">Returns the font style</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gmagickdraw.getfontstyle-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>GmagickDraw::getfontstyle</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="simpara">
   Returns the font style used when annotating with text.
  </p>



 </div>


 <div class="refsect1 parameters" id="refsect1-gmagickdraw.getfontstyle-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gmagickdraw.getfontstyle-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Returns the font style constant (STYLE_) associated with the
   <span class="classname"><a href="class.gmagickdraw.php" class="classname">GmagickDraw</a></span> object or <code class="literal">0</code> if no style
   is set.
  </p>
 </div>


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