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

« back to all changes in this revision

Viewing changes to man/pangoCairoFontMapSetResolution.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{pangoCairoFontMapSetResolution}
3
3
\title{pangoCairoFontMapSetResolution}
4
4
\description{Sets the resolution for the fontmap. This is a scale factor between
5
 
points specified in a \verb{\link{PangoFontDescription}} and Cairo units. The
 
5
points specified in a \code{\link{PangoFontDescription}} and Cairo units. The
6
6
default value is 96, meaning that a 10 point font will be 13
7
7
units high. (10 * 96. / 72. = 13.3).}
8
8
\usage{pangoCairoFontMapSetResolution(object, dpi)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{PangoCairoFontMap}}]  a \verb{\link{PangoCairoFontMap}}}
11
 
\item{\verb{dpi}}{[numeric]  the resolution in "dots per inch". (Physical inches aren't actually
 
10
\item{\verb{object}}{a \code{\link{PangoCairoFontMap}}}
 
11
\item{\verb{dpi}}{the resolution in "dots per inch". (Physical inches aren't actually
12
12
  involved; the terminology is conventional.)}
13
13
}
14
 
\details{  Since  1.10}
 
14
\details{Since 1.10}
15
15
\author{Derived by RGtkGen from GTK+ documentation}
16
16
\keyword{internal}