File: gdkTextExtentsWc.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 (22 lines) | stat: -rw-r--r-- 764 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\alias{gdkTextExtentsWc}
\name{gdkTextExtentsWc}
\title{gdkTextExtentsWc}
\description{
Gets the metrics of a string of wide characters.
\strong{WARNING: \code{gdk_text_extents_wc} is deprecated and should not be used in newly-written code.}
}
\usage{gdkTextExtentsWc(object, text)}
\arguments{
\item{\verb{object}}{a \code{\link{GdkFont}}}
\item{\verb{text}}{the text to measure.}
}
\value{
A list containing the following elements:
\item{\verb{lbearing}}{the left bearing of the string.}
\item{\verb{rbearing}}{the right bearing of the string.}
\item{\verb{width}}{the width of the string.}
\item{\verb{ascent}}{the ascent of the string.}
\item{\verb{descent}}{the descent of the string.}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}