gdkTextWidthWc {RGtk2}R Documentation

gdkTextWidthWc

Description

Determines the width of a given wide-character string. WARNING: gdk_text_width_wc is deprecated and should not be used in newly-written code.

Usage

gdkTextWidthWc(object, text)

Arguments

object [GdkFont] a GdkFont
text [numeric] the text to measure.

Value

[integer] the width of the string in pixels.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]