draw_text


Description:

public void draw_text (string text, int x, int y, TextOptions options)

Draws the text at the specified coordinates using options.

The position of the text relative to the coordinates will depend on the alignment given in options.

Parameters:

text

The text to draw

x

The x coordinate

y

The y coordinate

options

TextOptions to control how the text is drawn


Namespace: Grx
Package: grx-3.0