Grx.draw_text

@accepts(unicode, int, int, Grx.TextOptions)
@returns(none)
def draw_text(text, x, y, options):
    # Python wrapper for grx_draw_text()
  
text
x
y
options