Grx.Font.get_height

@accepts(Grx.Font)
@returns(int)
def get_height(self):
    # Python wrapper for grx_font_get_height()
  

Gets the height of the font in pixels.

self

the font

Returns