File: gdkDrawString.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-- 822 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{gdkDrawString}
\name{gdkDrawString}
\title{gdkDrawString}
\description{
Draws a string of characters in the given font or fontset.
\strong{WARNING: \code{gdk_draw_string} has been deprecated since version 2.4 and should not be used in newly-written code. Use \code{\link{gdkDrawLayout}} instead.}
}
\usage{gdkDrawString(object, font, gc, x, y, string)}
\arguments{
\item{\verb{object}}{a \code{\link{GdkDrawable}} (a \code{\link{GdkWindow}} or a \code{\link{GdkPixmap}}).}
\item{\verb{font}}{a \code{\link{GdkFont}}.}
\item{\verb{gc}}{a \code{\link{GdkGC}}.}
\item{\verb{x}}{the x coordinate of the left edge of the text.}
\item{\verb{y}}{the y coordinate of the baseline of the text.}
\item{\verb{string}}{the string of characters to draw.}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}