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

« back to all changes in this revision

Viewing changes to man/pangoGlyphStringExtents.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:
6
6
of the rectangles.}
7
7
\usage{pangoGlyphStringExtents(object, font)}
8
8
\arguments{
9
 
\item{\verb{object}}{[\verb{\link{PangoGlyphString}}]    a \verb{\link{PangoGlyphString}}}
10
 
\item{\verb{font}}{[\verb{\link{PangoFont}}]      a \verb{\link{PangoFont}}}
 
9
\item{\verb{object}}{a \code{\link{PangoGlyphString}}}
 
10
\item{\verb{font}}{a \code{\link{PangoFont}}}
11
11
}
12
12
\value{
13
13
A list containing the following elements:
14
 
\item{\verb{ink.rect}}{[\verb{\link{PangoRectangle}}]  rectangle used to store the extents of the glyph string as drawn
 
14
\item{\verb{ink.rect}}{rectangle used to store the extents of the glyph string as drawn
15
15
           or \code{NULL} to indicate that the result is not needed.}
16
 
\item{\verb{logical.rect}}{[\verb{\link{PangoRectangle}}]  rectangle used to store the logical extents of the glyph string
 
16
\item{\verb{logical.rect}}{rectangle used to store the logical extents of the glyph string
17
17
           or \code{NULL} to indicate that the result is not needed.}
18
18
}
19
19
\author{Derived by RGtkGen from GTK+ documentation}