gdkCharWidthWc {RGtk2} | R Documentation |
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.
gdkCharWidthWc(object, character)
|
[GdkFont ] a GdkFont |
|
[numeric] the character to measure. |
[integer] the width of the character in pixels.
Derived by RGtkGen from GTK+ documentation