~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/pangoFontGetGlyphExtents.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
of the rectangles are in 1/PANGO_SCALE of a device unit.}
11
11
\usage{pangoFontGetGlyphExtents(object, glyph)}
12
12
\arguments{
13
 
\item{\verb{object}}{[\verb{\link{PangoFont}}]  a \verb{\link{PangoFont}}}
14
 
\item{\verb{glyph}}{[numeric]  the glyph index}
 
13
\item{\verb{object}}{a \code{\link{PangoFont}}}
 
14
\item{\verb{glyph}}{the glyph index}
15
15
}
16
16
\details{If \code{font} is \code{NULL}, this function gracefully sets some sane values in the
17
 
output variables and returns.  }
 
17
output variables and returns.}
18
18
\value{
19
19
A list containing the following elements:
20
 
\item{\verb{ink.rect}}{[\verb{\link{PangoRectangle}}]  rectangle used to store the extents of the glyph as drawn
 
20
\item{\verb{ink.rect}}{rectangle used to store the extents of the glyph as drawn
21
21
           or \code{NULL} to indicate that the result is not needed.}
22
 
\item{\verb{logical.rect}}{[\verb{\link{PangoRectangle}}]  rectangle used to store the logical extents of the glyph
 
22
\item{\verb{logical.rect}}{rectangle used to store the logical extents of the glyph
23
23
           or \code{NULL} to indicate that the result is not needed.}
24
24
}
25
25
\author{Derived by RGtkGen from GTK+ documentation}