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

« back to all changes in this revision

Viewing changes to man/pangoCairoFontGetScaledFont.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{pangoCairoFontGetScaledFont}
2
2
\name{pangoCairoFontGetScaledFont}
3
3
\title{pangoCairoFontGetScaledFont}
4
 
\description{Gets the \verb{\link{CairoScaledFont}} used by \code{font}.}
 
4
\description{Gets the \code{\link{CairoScaledFont}} used by \code{font}.}
5
5
\usage{pangoCairoFontGetScaledFont(object)}
6
 
\arguments{\item{\verb{object}}{[\verb{\link{PangoCairoFont}}]  a \verb{\link{PangoFont}} from a \verb{\link{PangoCairoFontMap}}}}
7
 
\details{  Since  1.18}
8
 
\value{[\verb{\link{CairoScaledFont}}]  the \verb{\link{CairoScaledFont}} used by \code{font},
 
6
\arguments{\item{\verb{object}}{a \code{\link{PangoFont}} from a \code{\link{PangoCairoFontMap}}}}
 
7
\details{Since 1.18}
 
8
\value{[\code{\link{CairoScaledFont}}]  the \code{\link{CairoScaledFont}} used by \code{font},
9
9
              or \code{NULL} if \code{font} is \code{NULL}.}
10
10
\author{Derived by RGtkGen from GTK+ documentation}
11
11
\keyword{internal}