~ubuntu-branches/ubuntu/karmic/libcairo-ruby/karmic

« back to all changes in this revision

Viewing changes to doc/en/cairo-text-cluster.html

  • Committer: Bazaar Package Importer
  • Author(s): Paul van Tilburg, Gunnar Wolf, Paul van Tilburg
  • Date: 2009-05-05 12:14:31 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505121431-n803uyjz51je38l0
Tags: 1.8.0-1
[ Gunnar Wolf ]
* Changed section to Ruby as per ftp-masters' request

[ Paul van Tilburg ]
* New upstream release.
* debian/patches:
  - Dropped patch 01_fix-st.h-ruby1.9-paths: fixed by upstream. 
* debian/control:
  - Bumped standards version to 3.8.1; no changes required.
  - Added ${misc:Depends} to the depends of libcairo-ruby (binary).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<!DOCTYPE html 
 
3
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
4
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
5
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 
6
<head>
 
7
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
 
8
<title>class Cairo::TextCluster</title>
 
9
<link href="../doc.css" type="text/css" rel="stylesheet" />
 
10
</head>
 
11
<div class="footer">
 
12
  <ul>
 
13
    <li><a href="./">Index</a></li>
 
14
  </ul>
 
15
 
 
16
</div>
 
17
</body>
 
18
 
 
19
<h1><a name="label-0" id="label-0">class Cairo::TextCluster</a></h1><!-- RDLabel: "class Cairo::TextCluster" -->
 
20
<h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
 
21
<ul>
 
22
<li>Object
 
23
<ul>
 
24
<li>Cairo::TextCluster</li>
 
25
</ul></li>
 
26
</ul>
 
27
<h2><a name="label-2" id="label-2">Class Methods</a></h2><!-- RDLabel: "Class Methods" -->
 
28
<dl>
 
29
<dt><a name="label-3" id="label-3"><code>Cairo::TextCluster.new</code></a></dt><!-- RDLabel: "Cairo::TextCluster.new" -->
 
30
<dd>
 
31
<ul>
 
32
<li>Returns: self: <em>FIXME</em></li>
 
33
</ul></dd>
 
34
</dl>
 
35
<h2><a name="label-4" id="label-4">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
 
36
<dl>
 
37
<dt><a name="label-5" id="label-5"><code>num_bytes</code></a></dt><!-- RDLabel: "num_bytes" -->
 
38
<dd>
 
39
<ul>
 
40
<li>Returns: self: <em>FIXME</em></li>
 
41
</ul></dd>
 
42
<dt><a name="label-6" id="label-6"><code>num_bytes=</code></a></dt><!-- RDLabel: "num_bytes=" -->
 
43
<dd>
 
44
<ul>
 
45
<li>Returns: self: <em>FIXME</em></li>
 
46
</ul></dd>
 
47
<dt><a name="label-7" id="label-7"><code>num_glyphs</code></a></dt><!-- RDLabel: "num_glyphs" -->
 
48
<dd>
 
49
<ul>
 
50
<li>Returns: self: <em>FIXME</em></li>
 
51
</ul></dd>
 
52
<dt><a name="label-8" id="label-8"><code>num_glyphs=</code></a></dt><!-- RDLabel: "num_glyphs=" -->
 
53
<dd>
 
54
<ul>
 
55
<li>Returns: self: <em>FIXME</em></li>
 
56
</ul></dd>
 
57
<dt><a name="label-9" id="label-9"><code>set_num_bytes</code></a></dt><!-- RDLabel: "set_num_bytes" -->
 
58
<dd>
 
59
<ul>
 
60
<li>Returns: self: <em>FIXME</em></li>
 
61
</ul></dd>
 
62
<dt><a name="label-10" id="label-10"><code>set_num_glyphs</code></a></dt><!-- RDLabel: "set_num_glyphs" -->
 
63
<dd>
 
64
<ul>
 
65
<li>Returns: self: <em>FIXME</em></li>
 
66
</ul></dd>
 
67
<dt><a name="label-11" id="label-11"><code>to_s</code></a></dt><!-- RDLabel: "to_s" -->
 
68
<dd>
 
69
<ul>
 
70
<li>Returns: self: <em>FIXME</em></li>
 
71
</ul></dd>
 
72
</dl>
 
73
<h2><a name="label-12" id="label-12">See Also</a></h2><!-- RDLabel: "See Also" -->
 
74
<h2><a name="label-13" id="label-13">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
 
75
 
 
76
<div class="footer">
 
77
  <ul>
 
78
    <li><a href="./">Index</a></li>
 
79
  </ul>
 
80
 
 
81
</div>
 
82
</body>
 
83
 
 
84
</html>