~ubuntu-branches/ubuntu/vivid/pangomm/vivid

« back to all changes in this revision

Viewing changes to docs/reference/html/classPango_1_1Rectangle.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-17 01:43:19 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20111117014319-f1fkbllernpb5mi9
Tags: 2.28.4-1
* New upstream release.
* debian/watch:
  - Track .xz tarballs.
* Bump debhelper compatibility level to 8.
* debian/control.in:
  - Bump Standards-Version to 3.9.2. No further changes.
  - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
* Stop installing libtool .la files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
8
8
</head>
9
9
<body>
10
 
<!-- Generated by Doxygen 1.7.3 -->
 
10
<!-- Generated by Doxygen 1.7.4 -->
11
11
<div id="top">
12
12
<div id="titlearea">
13
13
<table cellspacing="0" cellpadding="0">
14
14
 <tbody>
15
15
 <tr style="height: 56px;">
16
16
  <td style="padding-left: 0.5em;">
17
 
   <div id="projectname">pangomm&#160;<span id="projectnumber">2.28.3</span></div>
 
17
   <div id="projectname">pangomm&#160;<span id="projectnumber">2.28.4</span></div>
18
18
  </td>
19
19
 </tr>
20
20
 </tbody>
50
50
<a href="#pro-attribs">Protected Attributes</a> &#124;
51
51
<a href="#related">Related Functions</a> </div>
52
52
  <div class="headertitle">
53
 
<h1>Pango::Rectangle Class Reference</h1> </div>
 
53
<div class="title">Pango::Rectangle Class Reference</div> </div>
54
54
</div>
55
55
<div class="contents">
56
56
<!-- doxytag: class="Pango::Rectangle" -->
57
 
<p>A <a class="el" href="classPango_1_1Rectangle.html" title="A Pango::Rectangle represents a rectangle.">Pango::Rectangle</a> represents a rectangle. <a href="#_details">More...</a></p>
 
57
<p>A <a class="el" href="classPango_1_1Rectangle.html" title="A Pango::Rectangle represents a rectangle.">Pango::Rectangle</a> represents a rectangle.  <a href="classPango_1_1Rectangle.html#details">More...</a></p>
58
58
<div class="dynheader">
59
59
Collaboration diagram for Pango::Rectangle:</div>
60
60
<div class="dyncontent">
105
105
<tr><td class="memItemLeft" align="right" valign="top">PangoRectangle&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPango_1_1Rectangle.html#acf0f80fce5c7b8c36682884a24d3c27e">gobject_</a></td></tr>
106
106
<tr><td colspan="2"><h2><a name="related"></a>
107
107
Related Functions</h2></td></tr>
108
 
<tr><td colspan="2">(Note that these are not member functions.) <br/></td></tr>
 
108
<tr><td class="ititle" colspan="2"><p>(Note that these are not member functions.) </p>
 
109
</td></tr>
109
110
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPango_1_1Rectangle.html#a09abfed52b7865bf069edadf2905ad86">operator==</a> (const <a class="el" href="classPango_1_1Rectangle.html">Rectangle</a>&amp; lhs, const <a class="el" href="classPango_1_1Rectangle.html">Rectangle</a>&amp; rhs)</td></tr>
110
111
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPango_1_1Rectangle.html#a888f0ec4c91e085c42ea8c7a72d45dbe">operator!=</a> (const <a class="el" href="classPango_1_1Rectangle.html">Rectangle</a>&amp; lhs, const <a class="el" href="classPango_1_1Rectangle.html">Rectangle</a>&amp; rhs)</td></tr>
111
112
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classPango_1_1Rectangle.html">Pango::Rectangle</a>&amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPango_1_1Rectangle.html#a6ff94b931b4d1ecb9d42296b0973fb69">wrap</a> (PangoRectangle* object)</td></tr>
112
113
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classPango_1_1Rectangle.html">Pango::Rectangle</a>&amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPango_1_1Rectangle.html#a92bbf3009397ad205adb28c1053707fc">wrap</a> (const PangoRectangle* object)</td></tr>
113
114
</table>
114
 
<hr/><a name="_details"></a><h2>Detailed Description</h2>
 
115
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
115
116
<div class="textblock"><p>A <a class="el" href="classPango_1_1Rectangle.html" title="A Pango::Rectangle represents a rectangle.">Pango::Rectangle</a> represents a rectangle. </p>
116
117
<p>It is frequently used to represent the logical or ink extents of a single glyph or section of text. The coordinate system for each rectangle has its origin at the base line and the horizontal origin of the character with increasing coordinates extending to the right and down. <a class="el" href="classPango_1_1Rectangle.html#a8138d6b20460b4a6952043982f02f2ee" title="Extracts the ascent from a Pango::Rectangle representing glyph extents.">get_ascent()</a>, <a class="el" href="classPango_1_1Rectangle.html#a0167c887cf4567e0aebfcff85cb87631" title="Extracts the descent from a Pango::Rectangle representing glyph extents.">get_descent()</a>, <a class="el" href="classPango_1_1Rectangle.html#aba42563d229dedbecd23932909f9eb55" title="Extracts the left bearing from a Pango::Rectangle representing glyph extents.">get_lbearing()</a>, and <a class="el" href="classPango_1_1Rectangle.html#acd4a30450b190f84e10931864fe111ad" title="Extracts the right bearing from a Pango::Rectangle representing glyph extents.">get_rbearing()</a> can be used to convert from the extents rectangle to more traditional font metrics. The units of rectangles usually are in 1/Pango<a class="el" href="namespacePango.html#a20d9629a369a6a5ab40ed9c01f879730">SCALE</a> of a device unit. </p>
117
118
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
512
513
<div class="memproto">
513
514
      <table class="memname">
514
515
        <tr>
515
 
          <td class="memname">bool <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01568.html#gac4373547895ec9df9035719b38a2621a">operator!</a>= </td>
 
516
          <td class="memname">bool <a class="elRef" doxygen="libstdc++.tag:http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01606.html#gac4373547895ec9df9035719b38a2621a">operator!</a>= </td>
516
517
          <td>(</td>
517
518
          <td class="paramtype">const <a class="el" href="classPango_1_1Rectangle.html">Rectangle</a>&amp;&#160;</td>
518
519
          <td class="paramname"><em>lhs</em>, </td>
613
614
<li>pangomm/rectangle.h</li>
614
615
</ul>
615
616
</div>
616
 
<hr class="footer"/><address class="footer"><small>Generated on Tue Sep 27 2011 13:34:23 for pangomm by&#160;
 
617
<hr class="footer"/><address class="footer"><small>Generated on Wed Oct 26 2011 13:10:53 for pangomm by&#160;
617
618
<a href="http://www.doxygen.org/index.html">
618
 
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
 
619
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
619
620
</body>
620
621
</html>