gdkCharHeight: gdkCharHeight

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Determines the total height of a given character. This value is not generally useful, because you cannot determine how this total height will be drawn in relation to the baseline. See gdkTextExtents. WARNING: gdk_char_height has been deprecated since version 2.2 and should not be used in newly-written code. Use gdkTextExtents instead.

Usage

1

Arguments

object

a GdkFont

character

the character to measure.

Value

[integer] the height of the character in pixels.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkCharHeight in RGtk2...