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

« back to all changes in this revision

Viewing changes to man/pangoShape.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:
2
2
\name{pangoShape}
3
3
\title{pangoShape}
4
4
\description{Given a segment of text and the corresponding
5
 
\verb{\link{PangoAnalysis}} structure returned from \code{\link{pangoItemize}},
 
5
\code{\link{PangoAnalysis}} structure returned from \code{\link{pangoItemize}},
6
6
convert the characters into glyphs. You may also pass
7
7
in only a substring of the item from \code{\link{pangoItemize}}.}
8
8
\usage{pangoShape(text, analysis, glyphs)}
9
9
\arguments{
10
 
\item{\verb{text}}{[character]       the text to process}
11
 
\item{\verb{analysis}}{[\verb{\link{PangoAnalysis}}] \verb{\link{PangoAnalysis}} structure from \code{\link{pangoItemize}}}
12
 
\item{\verb{glyphs}}{[\verb{\link{PangoGlyphString}}]     glyph string in which to store results}
 
10
\item{\verb{text}}{the text to process}
 
11
\item{\verb{analysis}}{\code{\link{PangoAnalysis}} structure from \code{\link{pangoItemize}}}
 
12
\item{\verb{glyphs}}{glyph string in which to store results}
13
13
}
14
14
\author{Derived by RGtkGen from GTK+ documentation}
15
15
\keyword{internal}