~ubuntu-branches/ubuntu/trusty/pangomm/trusty-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-17 01:43:19 UTC
  • mfrom: (1.2.3)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20111117014319-f1fkbllernpb5mi9
* 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::Item Class Reference</h1> </div>
 
53
<div class="title">Pango::Item Class Reference</div> </div>
54
54
</div>
55
55
<div class="contents">
56
56
<!-- doxytag: class="Pango::Item" -->
57
 
<p>A <a class="el" href="classPango_1_1Item.html" title="A Pango::Item stores information about a segment of text.">Pango::Item</a> stores information about a segment of text. <a href="#_details">More...</a></p>
 
57
<p>A <a class="el" href="classPango_1_1Item.html" title="A Pango::Item stores information about a segment of text.">Pango::Item</a> stores information about a segment of text.  <a href="classPango_1_1Item.html#details">More...</a></p>
58
58
<div class="dynheader">
59
59
Collaboration diagram for Pango::Item:</div>
60
60
<div class="dyncontent">
96
96
<tr><td class="memItemLeft" align="right" valign="top">PangoItem*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPango_1_1Item.html#a6b8aa5b21eb343192bbe1485c237ef4a">gobject_</a></td></tr>
97
97
<tr><td colspan="2"><h2><a name="related"></a>
98
98
Related Functions</h2></td></tr>
99
 
<tr><td colspan="2">(Note that these are not member functions.) <br/></td></tr>
 
99
<tr><td class="ititle" colspan="2"><p>(Note that these are not member functions.) </p>
 
100
</td></tr>
100
101
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classPango_1_1Item.html">Pango::Item</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPango_1_1Item.html#a012951ae7481f7683f79b56c13df50c2">wrap</a> (PangoItem* object, bool take_copy=true)</td></tr>
101
102
</table>
102
 
<hr/><a name="_details"></a><h2>Detailed Description</h2>
 
103
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
103
104
<div class="textblock"><p>A <a class="el" href="classPango_1_1Item.html" title="A Pango::Item stores information about a segment of text.">Pango::Item</a> stores information about a segment of text. </p>
104
105
<p><a class="el" href="classPango_1_1Item.html" title="A Pango::Item stores information about a segment of text.">Pango::Item</a> is used as an output type only so there is no public default constructor. You retrieve objects of this type by calling <a class="el" href="classPango_1_1Context.html#ab80e5e65f30473eb4db512fb7eab042c" title="Breaks a piece of text into segments with consistent directional level and shaping engine...">Pango::Context::itemize()</a> with some text. The actual rendering of the segment of text that corresponds to a particular <a class="el" href="classPango_1_1Item.html" title="A Pango::Item stores information about a segment of text.">Pango::Item</a> (or some sub-string) into a string of glyphs is done with <a class="el" href="classPango_1_1Item.html#a6128734fbdbbe38eda90733048720901" title="Convert a segment of text into a string of glyphs.">shape()</a>. The segment of text that corresponds to a <a class="el" href="classPango_1_1Item.html" title="A Pango::Item stores information about a segment of text.">Pango::Item</a> can be computed from the text passed into <a class="el" href="classPango_1_1Context.html#ab80e5e65f30473eb4db512fb7eab042c" title="Breaks a piece of text into segments with consistent directional level and shaping engine...">Pango::Context::itemize()</a> with <a class="el" href="classPango_1_1Item.html#ad9f9e82370ea93a82dc187f6901b1598" title="Computes the segment of text that is represented by the item.">get_segment()</a>. Together with the <a class="el" href="classPango_1_1Analysis.html" title="A Pango::Analysis stores information about the properties of a segment of text.">Pango::Analysis</a> data member that can be accessed with <a class="el" href="classPango_1_1Item.html#ae82eafebde284407501321973cfcdc93" title="Gets the properties of the segment.">get_analysis()</a> it is needed for further calculations in <a class="el" href="classPango_1_1GlyphString.html" title="A Pango::GlyphString is used to store strings of glyphs with geometry and visual attribute informatio...">Pango::GlyphString</a>. </p>
105
106
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
447
448
<li>pangomm/item.h</li>
448
449
</ul>
449
450
</div>
450
 
<hr class="footer"/><address class="footer"><small>Generated on Tue Sep 27 2011 13:34:23 for pangomm by&#160;
 
451
<hr class="footer"/><address class="footer"><small>Generated on Wed Oct 26 2011 13:10:53 for pangomm by&#160;
451
452
<a href="http://www.doxygen.org/index.html">
452
 
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
 
453
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
453
454
</body>
454
455
</html>