File: gdkScreenSetFontOptions.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 (17 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\alias{gdkScreenSetFontOptions}
\name{gdkScreenSetFontOptions}
\title{gdkScreenSetFontOptions}
\description{Sets the default font options for the screen. These
options will be set on any \code{\link{PangoContext}}'s newly created
with \code{\link{gdkPangoContextGetForScreen}}. Changing the
default set of font options does not affect contexts that
have already been created.}
\usage{gdkScreenSetFontOptions(object, options)}
\arguments{
\item{\verb{object}}{a \code{\link{GdkScreen}}}
\item{\verb{options}}{a \code{\link{CairoFontOptions}}, or \code{NULL} to unset any
previously set default font options. \emph{[  \acronym{allow-none}  ]}}
}
\details{Since 2.10}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}