gdkCharWidth: gdkCharWidth

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Determines the width of a given character. WARNING: gdk_char_width has been deprecated since version 2.2 and should not be used in newly-written code. Use gdkTextExtents instead.

Usage

1

Arguments

object

a GdkFont

character

the character to measure.

Value

[integer] the width of the character in pixels.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gdkCharWidth in RGtk2...