Font.charHeight

Warning gdk_char_height has been deprecated since version 2.2 and should not be used in newly-written code. Use gdk_text_extents() instead. 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 gdk_text_extents().

class Font
int
charHeight
()

Parameters

character char

the character to measure.

Return Value

Type: int

the height of the character in pixels.

Meta