Learn R Programming

RGtk2 (version 2.8.8)

gdkTextExtentsWc: gdkTextExtentsWc

Description

Gets the metrics of a string of wide characters. WARNING: gdk_text_extents_wc is deprecated and should not be used in newly-written code.

Usage

gdkTextExtentsWc(object, text)

Arguments

object
text
[numeric] the text to measure.

Value

  • A list containing the following elements:
  • lbearing[integer] the left bearing of the string.
  • rbearing[integer] the right bearing of the string.
  • width[integer] the width of the string.
  • ascent[integer] the ascent of the string.
  • descent[integer] the descent of the string.