Grx.Font.get_style

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

Gets the name of the font style.

self

the font

Returns