gdkStringExtents: gdkStringExtents

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Gets the metrics of a string. WARNING: gdk_string_extents is deprecated and should not be used in newly-written code.

Usage

1
gdkStringExtents(object, string)

Arguments

object

a GdkFont.

string

the string to measure.

Value

A list containing the following elements:

lbearing

the left bearing of the string.

rbearing

the right bearing of the string.

width

the width of the string.

ascent

the ascent of the string.

descent

the descent of the string.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.