Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.8.8)
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
[
GdkFont
] a
GdkFont
character
[numeric] the character to measure.
Value
[integer] the width of the character in pixels.