File: gdkScreenSetResolution.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-- 695 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\alias{gdkScreenSetResolution}
\name{gdkScreenSetResolution}
\title{gdkScreenSetResolution}
\description{Sets the resolution for font handling on the screen. This is a
scale factor between points specified in a \code{\link{PangoFontDescription}}
and cairo units. The default value is 96, meaning that a 10 point
font will be 13 units high. (10 * 96. / 72. = 13.3).}
\usage{gdkScreenSetResolution(object, dpi)}
\arguments{
\item{\verb{object}}{a \code{\link{GdkScreen}}}
\item{\verb{dpi}}{the resolution in "dots per inch". (Physical inches aren't actually
involved; the terminology is conventional.)}
}
\details{Since 2.10}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}