<?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.getfontstretch.php',
    1 => 'ImagickDraw::getFontStretch',
    2 => 'Gets the font stretch to use when annotating with text',
  ),
  'up' => 
  array (
    0 => 'class.imagickdraw.php',
    1 => 'ImagickDraw',
  ),
  'prev' => 
  array (
    0 => 'imagickdraw.getfontsize.php',
    1 => 'ImagickDraw::getFontSize',
  ),
  'next' => 
  array (
    0 => 'imagickdraw.getfontstyle.php',
    1 => 'ImagickDraw::getFontStyle',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagickdraw/getfontstretch.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagickdraw.getfontstretch" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ImagickDraw::getFontStretch</h1>
  <p class="verinfo">(PECL imagick 2 &gt;=2.3.0, PECL imagick 3)</p><p class="refpurpose"><span class="refname">ImagickDraw::getFontStretch</span> &mdash; <span class="dc-title">Gets the font stretch to use when annotating with text</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagickdraw.getfontstretch-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ImagickDraw::getFontStretch</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   Gets the font stretch to use when annotating with text. Returns a StretchType.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-imagickdraw.getfontstretch-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagickdraw.getfontstretch-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   
  </p>
 </div>



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