Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 743

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>The CairoFontWeight class</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.cairofonttype.html">CairoFontType</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="class.cairoscaledfont.html">CairoScaledFont</a></div>
 <div class="up"><a href="book.cairo.html">Cairo</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="class.cairofontweight" class="reference">

 <h1 class="title">The CairoFontWeight class</h1>
 

 <div class="partintro"><p class="verinfo">(No version information available, might only be in SVN)</p>


  <div class="section" id="cairofontweight.intro">
   <h2 class="title">Introduction</h2>
   <p class="para">
    Specifies variants of a font face based on their weight.
   </p>
  </div>


  <div class="section" id="cairofontweight.synopsis">
   <h2 class="title">Class synopsis</h2>


   <div class="classsynopsis">
    <div class="ooclass"></div>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <strong class="classname">CairoFontWeight</strong>
     </span>
     {</div>

    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Constants */</div>
    <div class="fieldsynopsis">
     <span class="modifier">const</span>
     <span class="type">integer</span>
      <var class="fieldsynopsis_varname"><a href="class.cairofontweight.html#cairofontweight.constants.normal"><var class="varname">NORMAL</var></a></var>
     <span class="initializer"> = 0</span>
    ;</div>

    <div class="fieldsynopsis">
     <span class="modifier">const</span>
     <span class="type">integer</span>
      <var class="fieldsynopsis_varname"><a href="class.cairofontweight.html#cairofontweight.constants.bold"><var class="varname">BOLD</var></a></var>
     <span class="initializer"> = 1</span>
    ;</div>

    
   }</div>


  </div>
  

  <div class="section" id="cairofontweight.constants">
   <h2 class="title">Predefined Constants</h2>
   <dl>


    <dt id="cairofontweight.constants.normal">
     <span class="term"><strong><code>CairoFontWeight::NORMAL</code></strong></span>
     <dd>

      <p class="para">Normal font weight </p>
     </dd>

    </dt>


    <dt id="cairofontweight.constants.bold">
     <span class="term"><strong><code>CairoFontWeight::BOLD</code></strong></span>
     <dd>

      <p class="para">Bold font weight </p>
     </dd>

    </dt>


   </dl>

  </div>



 </div>

 

</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.cairofonttype.html">CairoFontType</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="class.cairoscaledfont.html">CairoScaledFont</a></div>
 <div class="up"><a href="book.cairo.html">Cairo</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>