gdkCharWidthWc: gdkCharWidthWc

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Determines the width of a given wide character. (Encoded in the wide-character encoding of the current locale). WARNING: gdk_char_width_wc is deprecated and should not be used in newly-written code.

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 gdkCharWidthWc in RGtk2...