Grx.TextOptions.get_font

@accepts(Grx.TextOptions)
@returns(Grx.Font)
def get_font(self):
    # Python wrapper for grx_text_options_get_font()
  

Gets the font.

self

the options

Returns