Grx.Font.get_family

@accepts(Grx.Font)
@returns(unicode)
def get_family(self):
    # Python wrapper for grx_font_get_family()
  

Gets the name of the font family.

self

the font

Returns