Grx.Font.get_char_height

@accepts(Grx.Font, unicode)
@returns(int)
def get_char_height(self, c):
    # Python wrapper for grx_font_get_char_height()
  

Gets the height of a character using the specified font.

self

the font

c

the character

Returns