PS_set_text_pos(3) Sets position for text output

SYNOPSIS

#include <pslib.h>

int PS_set_text_pos(PSDoc *psdoc, float x, float y)

DESCRIPTION

Set the postion for the next text output. You may alternatively set the x and y value separately by calling PS_set_value(3) and choosing 'textx' respectively 'texty' as the value name.

AUTHOR

This manual page was written by Uwe Steinmann [email protected].