Outputs a text in a given box. The lower left corner of the box is at (left
, bottom
). Line breaks will be inserted where needed. Multiple spaces are treated as one. Tabulators are treated as spaces.
The text will be hyphenated if the parameter hyphenation
is set to TRUE
and the parameter hyphendict
contains a valid filename for a hyphenation file. The line spacing is taken from the value leading. Paragraphs can be separated by an empty line just like in TeX. If the value parindent is set to value > 0.0 then the first n lines will be indented. The number n of lines is set by the parameter numindentlines. In order to prevent indenting of the first m paragraphs set the value parindentskip to a positive number.
Resource identifier of the postscript file as returned by ps_new().
The text to be output into the given box.
x-coordinate of the lower left corner of the box.
y-coordinate of the lower left corner of the box.
Width of the box.
Height of the box.
The parameter hmode
can be "justify", "fulljustify", "right", "left", or "center". The difference of "justify" and "fulljustify" just affects the last line of the box. In fulljustify mode the last line will be left and right justified unless this is also the last line of paragraph. In justify mode it will always be left justified.
The parameter hmode
can be "justify", "fulljustify", "right", "left", or "center". The difference of "justify" and "fulljustify" just affects the last line of the box. In fulljustify mode the last line will be left and right justified unless this is also the last line of paragraph. In justify mode it will always be left justified.
Number of characters that could not be written.
Please login to continue.