<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'imagickdraw.getfontweight.php',
    1 => 'ImagickDraw::getFontWeight',
    2 => 'Retourne le poids de la police',
  ),
  'up' => 
  array (
    0 => 'class.imagickdraw.php',
    1 => 'ImagickDraw',
  ),
  'prev' => 
  array (
    0 => 'imagickdraw.getfontstyle.php',
    1 => 'ImagickDraw::getFontStyle',
  ),
  'next' => 
  array (
    0 => 'imagickdraw.getgravity.php',
    1 => 'ImagickDraw::getGravity',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/imagick/imagickdraw/getfontweight.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagickdraw.getfontweight" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ImagickDraw::getFontWeight</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">ImagickDraw::getFontWeight</span> &mdash; <span class="dc-title">Retourne le poids de la police</span></p>

 </div>

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

  
<div class="warning"><strong class="warning">Avertissement</strong>
<p class="simpara">
 Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.
</p>
</div>

  <p class="para">
   Retourne le poids de la police.
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagickdraw.getfontweight-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   Retourne un <a href="language.types.integer.php" class="link">entier</a> en cas de succès, et 0 si le poids n&#039;est pas configuré.
  </p>
 </div>


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