File: gdkFontLoadForDisplay.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 (18 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\alias{gdkFontLoadForDisplay}
\name{gdkFontLoadForDisplay}
\title{gdkFontLoadForDisplay}
\description{
Loads a font for use on \code{display}.
\strong{WARNING: \code{gdk_font_load_for_display} is deprecated and should not be used in newly-written code.}
}
\usage{gdkFontLoadForDisplay(display, font.name)}
\arguments{
\item{\verb{display}}{a \code{\link{GdkDisplay}}}
\item{\verb{font.name}}{a XLFD describing the font to load.}
}
\details{The font may be newly loaded or looked up the font in a cache. 
You should make no assumptions about the initial reference count.
  Since 2.2}
\value{[\code{\link{GdkFont}}] a \code{\link{GdkFont}}, or \code{NULL} if the font could not be loaded.}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}