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

« back to all changes in this revision

Viewing changes to doc/en/cairo-font-extents.rd

  • 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
 
= class Cairo::FontExtents
2
 
 
3
 
== Object Hierarchy
4
 
 
5
 
* Object
6
 
  * Cairo::FontExtents
7
 
 
8
 
== Instance Methods
9
 
 
10
 
--- ascent
11
 
 
12
 
     * Returns: self: ((*FIXME*))
13
 
 
14
 
--- descent
15
 
 
16
 
     * Returns: self: ((*FIXME*))
17
 
 
18
 
--- height
19
 
 
20
 
     * Returns: self: ((*FIXME*))
21
 
 
22
 
--- max_x_advance
23
 
 
24
 
     * Returns: self: ((*FIXME*))
25
 
 
26
 
--- max_y_advance
27
 
 
28
 
     * Returns: self: ((*FIXME*))
29
 
 
30
 
--- to_s
31
 
 
32
 
     * Returns: self: ((*FIXME*))
33
 
 
34
 
== See Also
35
 
 
36
 
  * Index
37
 
 
38
 
== ChangeLog
39
 
 
40