Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
GLUE
GLUE.Font

Method GLUE.Font()->write()


Method write

array(List|float) write(string text, float h, void|float|Region roi, string|void align)

Description

Create a display list that writes text.

Parameter text

The text to write.

Parameter h

The font height

Parameter roi

The region, if supplied, to restrict writing to.

Parameter align

The text justification; "left" (default), "center" or "right".