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

« back to all changes in this revision

Viewing changes to man/pangoFontDescriptionSetGravity.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
the font description.}
8
8
\usage{pangoFontDescriptionSetGravity(object, gravity)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{PangoFontDescription}}]  a \verb{\link{PangoFontDescription}}}
11
 
\item{\verb{gravity}}{[\code{\link{PangoGravity}}]  the gravity for the font description.}
 
10
\item{\verb{object}}{a \code{\link{PangoFontDescription}}}
 
11
\item{\verb{gravity}}{the gravity for the font description.}
12
12
}
13
13
\details{This function is seldom useful to the user.  Gravity should normally
14
 
be set on a \verb{\link{PangoContext}}.  
15
 
 
16
 
  Since  1.16}
 
14
be set on a \code{\link{PangoContext}}.
 
15
  Since 1.16}
17
16
\author{Derived by RGtkGen from GTK+ documentation}
18
17
\keyword{internal}