<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'gmagickdraw.getfontweight.php',
    1 => 'GmagickDraw::getfontweight',
    2 => 'Retourne le poids de la police de caract&egrave;res',
  ),
  'up' => 
  array (
    0 => 'class.gmagickdraw.php',
    1 => 'GmagickDraw',
  ),
  'prev' => 
  array (
    0 => 'gmagickdraw.getfontstyle.php',
    1 => 'GmagickDraw::getfontstyle',
  ),
  'next' => 
  array (
    0 => 'gmagickdraw.getstrokecolor.php',
    1 => 'GmagickDraw::getstrokecolor',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/gmagick/gmagickdraw/getfontweight.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gmagickdraw.getfontweight" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">GmagickDraw::getfontweight</h1>
  <p class="verinfo">(PECL gmagick &gt;= Unknown)</p><p class="refpurpose"><span class="refname">GmagickDraw::getfontweight</span> &mdash; <span class="dc-title">Retourne le poids de la police de caractères</span></p>

 </div>

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

  <p class="simpara">
   Retourne le poids de la police de caractères utilisée lors
   d&#039;une annotation.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-gmagickdraw.getfontweight-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gmagickdraw.getfontweight-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   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
   défini.
  </p>
 </div>


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