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

« back to all changes in this revision

Viewing changes to man/gdkStringExtents.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:
7
7
}
8
8
\usage{gdkStringExtents(object, string)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GdkFont}}]  a \verb{\link{GdkFont}}.}
11
 
\item{\verb{string}}{[character]  the string to measure.}
 
10
\item{\verb{object}}{a \code{\link{GdkFont}}.}
 
11
\item{\verb{string}}{the string to measure.}
12
12
}
13
13
\value{
14
14
A list containing the following elements:
15
 
\item{\verb{lbearing}}{[integer]  the left bearing of the string.}
16
 
\item{\verb{rbearing}}{[integer]  the right bearing of the string.}
17
 
\item{\verb{width}}{[integer]  the width of the string.}
18
 
\item{\verb{ascent}}{[integer]  the ascent of the string.}
19
 
\item{\verb{descent}}{[integer]  the descent of the string.}
 
15
\item{\verb{lbearing}}{the left bearing of the string.}
 
16
\item{\verb{rbearing}}{the right bearing of the string.}
 
17
\item{\verb{width}}{the width of the string.}
 
18
\item{\verb{ascent}}{the ascent of the string.}
 
19
\item{\verb{descent}}{the descent of the string.}
20
20
}
21
21
\author{Derived by RGtkGen from GTK+ documentation}
22
22
\keyword{internal}