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

contributors($setup);

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

 </div>

 <div class="refsect1 description" id="refsect1-gmagickdraw.getfont-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>GmagickDraw::getfont</strong></span>(): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>

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



 </div>


 <div class="refsect1 parameters" id="refsect1-gmagickdraw.getfont-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gmagickdraw.getfont-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="simpara">
   Returns a string on success and <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> if no font is set.
  </p>
 </div>


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