Title()

Displays a Title on the graphics device

TITLE/DRAW text=String [colour=Colour] [size=Real] [font=Font] Draw a title onto a graphics device
TITLE/ALTER [text=String] [colour=Colour] [size=Real] [font=Font] object=Gobject Alters a title on a graphics device

example:

	>> title/draw "A Title"
	# Want the font to be italic
	>> title/alter font=$italic

Title/Draw

Draws a title onto a graphics device.

Parameters:

Text (String)

Text to be put onto a graphics device.

Colour (Colour)

Sets the colour of the text.

Size (Real)

Sets the size of the text.

Font (Font)

Sets the font of the text. Such as, $normal, $roman, $italic, $script

RESULT = (OneDTitle)

Returns all the properties of the newly created title

Title/Alter

Alters a title on a graphics device.

Parameters:

Text (String)

Text to be put onto a graphics device.

Colour (Colour)

Sets the colour of the text.

Size (Real)

Sets the size of the text.

Font (Font)

Sets the font of the text. Such as, $normal, $roman, $italic, $script

Object (Gobject)

Shows which title is to be altered, in any one window.

RESULT = (OneDTitle)

Returns all the properties of the altered title.