File: cairoFontOptionsCopy.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 (13 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
\alias{cairoFontOptionsCopy}
\name{cairoFontOptionsCopy}
\title{cairoFontOptionsCopy}
\description{Allocates a new font options object copying the option values from
 \code{original}.}
\usage{cairoFontOptionsCopy(original)}
\arguments{\item{\verb{original}}{[\code{\link{CairoFontOptions}}]  a \code{\link{CairoFontOptions}}}}
\value{[\code{\link{CairoFontOptions}}]  a newly allocated \code{\link{CairoFontOptions}}. This function always returns a
  valid pointer; if memory cannot be allocated, then a special
  error object is returned where all operations on the object do nothing.
  You can check for this with \code{\link{cairoFontOptionsStatus}}.}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}