Learn R Programming

RGtk2 (version 2.12.17)

gdkCharWidthWc: gdkCharWidthWc

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

gdkCharWidthWc(object, character)

Arguments

object
character
[numeric] the character to measure.

Value

  • [integer] the width of the character in pixels.