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

« back to all changes in this revision

Viewing changes to man/pangoFontDescriptionSetFamily.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:
3
3
\title{pangoFontDescriptionSetFamily}
4
4
\description{Sets the family name field of a font description. The family
5
5
name represents a family of related font styles, and will
6
 
resolve to a particular \verb{\link{PangoFontFamily}}. In some uses of
7
 
\verb{\link{PangoFontDescription}}, it is also possible to use a comma
 
6
resolve to a particular \code{\link{PangoFontFamily}}. In some uses of
 
7
\code{\link{PangoFontDescription}}, it is also possible to use a comma
8
8
separated list of family names for this field.}
9
9
\usage{pangoFontDescriptionSetFamily(object, family)}
10
10
\arguments{
11
 
\item{\verb{object}}{[\verb{\link{PangoFontDescription}}]  a \verb{\link{PangoFontDescription}}.}
12
 
\item{\verb{family}}{[char]  a string representing the family name.}
 
11
\item{\verb{object}}{a \code{\link{PangoFontDescription}}.}
 
12
\item{\verb{family}}{a string representing the family name.}
13
13
}
14
14
\author{Derived by RGtkGen from GTK+ documentation}
15
15
\keyword{internal}