<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.ui.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'class.ui-draw-text-font-weight.php',
    1 => 'UI\\Draw\\Text\\Font\\Weight',
    2 => 'Configuraci&oacute;n del grosor de la fuente',
  ),
  'up' => 
  array (
    0 => 'book.ui.php',
    1 => 'UI',
  ),
  'prev' => 
  array (
    0 => 'function.ui-run.php',
    1 => 'UI\\run',
  ),
  'next' => 
  array (
    0 => 'class.ui-draw-text-font-italic.php',
    1 => 'UI\\Draw\\Text\\Font\\Italic',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/ui/ui.draw.text.font.weight.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.ui-draw-text-font-weight" class="reference">
 <h1 class="title">Configuración del grosor de la fuente</h1>
 

 <div class="partintro"><p class="verinfo">(UI 0.9.9)</p>


  <div class="section" id="ui-draw-text-font-weight.intro">
   <h2 class="title">Introducción</h2>
   <p class="para">

   </p>
  </div>


  <div class="section" id="ui-draw-text-font-weight.synopsis">
   <h2 class="title">Sinopsis de la Clase</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">final</span>
      <span class="modifier">class</span> <strong class="classname">UI\Draw\Text\Font\Weight</strong>
     </span>
     {</div>

    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Constantes */</div>
    <div class="fieldsynopsis">
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.thin"><var class="varname">Thin</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.ultralight"><var class="varname">UltraLight</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.light"><var class="varname">Light</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.book"><var class="varname">Book</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.normal"><var class="varname">Normal</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.medium"><var class="varname">Medium</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.semibold"><var class="varname">SemiBold</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.bold"><var class="varname">Bold</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.ultrabold"><var class="varname">UltraBold</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.heavy"><var class="varname">Heavy</var></a></var>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.ultraheavy"><var class="varname">UltraHeavy</var></a></var>;</div>


   }</div>


  </div>

  
  <div class="section" id="ui-draw-text-font-weight.constants">
   <h2 class="title">Constantes predefinidas</h2>
   <dl>

    
     <dt id="ui-draw-text-font-weight.constants.thin"><strong><code><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.thin">UI\Draw\Text\Font\Weight::Thin</a></code></strong></dt>
     <dd>
      <span class="simpara"/>
     </dd>
    
    
     <dt id="ui-draw-text-font-weight.constants.ultralight"><strong><code><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.ultralight">UI\Draw\Text\Font\Weight::UltraLight</a></code></strong></dt>
     <dd>
      <span class="simpara"/>
     </dd>
    
    
     <dt id="ui-draw-text-font-weight.constants.light"><strong><code><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.light">UI\Draw\Text\Font\Weight::Light</a></code></strong></dt>
     <dd>
      <span class="simpara"/>
     </dd>
    
    
     <dt id="ui-draw-text-font-weight.constants.book"><strong><code><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.book">UI\Draw\Text\Font\Weight::Book</a></code></strong></dt>
     <dd>
      <span class="simpara"/>
     </dd>
    
    
     <dt id="ui-draw-text-font-weight.constants.normal"><strong><code><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.normal">UI\Draw\Text\Font\Weight::Normal</a></code></strong></dt>
     <dd>
      <span class="simpara"/>
     </dd>
    
    
     <dt id="ui-draw-text-font-weight.constants.medium"><strong><code><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.medium">UI\Draw\Text\Font\Weight::Medium</a></code></strong></dt>
     <dd>
      <span class="simpara"/>
     </dd>
    
    
     <dt id="ui-draw-text-font-weight.constants.semibold"><strong><code><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.semibold">UI\Draw\Text\Font\Weight::SemiBold</a></code></strong></dt>
     <dd>
      <span class="simpara"/>
     </dd>
    
    
     <dt id="ui-draw-text-font-weight.constants.bold"><strong><code><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.bold">UI\Draw\Text\Font\Weight::Bold</a></code></strong></dt>
     <dd>
      <span class="simpara"/>
     </dd>
    
    
     <dt id="ui-draw-text-font-weight.constants.ultrabold"><strong><code><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.ultrabold">UI\Draw\Text\Font\Weight::UltraBold</a></code></strong></dt>
     <dd>
      <span class="simpara"/>
     </dd>
    
    
     <dt id="ui-draw-text-font-weight.constants.heavy"><strong><code><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.heavy">UI\Draw\Text\Font\Weight::Heavy</a></code></strong></dt>
     <dd>
      <span class="simpara"/>
     </dd>
    
    
     <dt id="ui-draw-text-font-weight.constants.ultraheavy"><strong><code><a href="class.ui-draw-text-font-weight.php#ui-draw-text-font-weight.constants.ultraheavy">UI\Draw\Text\Font\Weight::UltraHeavy</a></code></strong></dt>
     <dd>
      <span class="simpara"/>
     </dd>
    

   </dl>
  </div>

 </div>

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