File: cairoGetFontOptions.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (16 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\alias{cairoGetFontOptions}
\name{cairoGetFontOptions}
\title{cairoGetFontOptions}
\description{Retrieves font rendering options set via \code{\link{cairoSetFontOptions}}.
Note that the returned options do not include any options derived
from the underlying surface; they are literally the options
passed to \code{\link{cairoSetFontOptions}}.}
\usage{cairoGetFontOptions(cr)}
\arguments{\item{\verb{cr}}{[\code{\link{Cairo}}]  a \code{\link{Cairo}}}}
\value{
A list containing the following elements:
\item{\verb{options}}{[\code{\link{CairoFontOptions}}]  a \code{\link{CairoFontOptions}} object into which to store
  the retrieved options. All existing values are overwritten}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}