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

« back to all changes in this revision

Viewing changes to man/pangoLayoutIndexToPos.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:
1
1
\alias{pangoLayoutIndexToPos}
2
2
\name{pangoLayoutIndexToPos}
3
3
\title{pangoLayoutIndexToPos}
4
 
\description{Converts from an index within a \verb{\link{PangoLayout}} to the onscreen position
 
4
\description{Converts from an index within a \code{\link{PangoLayout}} to the onscreen position
5
5
corresponding to the grapheme at that index, which is represented
6
6
as rectangle.  Note that \code{pos->x} is always the leading
7
7
edge of the grapheme and \code{pos->x + pos->width} the trailing
9
9
then \code{pos->width} will be negative.}
10
10
\usage{pangoLayoutIndexToPos(object, index, pos)}
11
11
\arguments{
12
 
\item{\verb{object}}{[\verb{\link{PangoLayout}}]  a \verb{\link{PangoLayout}}}
13
 
\item{\verb{index}}{[integer]  byte index within \code{layout}}
14
 
\item{\verb{pos}}{[\verb{\link{PangoRectangle}}]  rectangle in which to store the position of the grapheme}
 
12
\item{\verb{object}}{a \code{\link{PangoLayout}}}
 
13
\item{\verb{index}}{byte index within \code{layout}}
 
14
\item{\verb{pos}}{rectangle in which to store the position of the grapheme}
15
15
}
16
16
\author{Derived by RGtkGen from GTK+ documentation}
17
17
\keyword{internal}