| PS_SET_VALUENamePS_set_value -- Sets certain valuesSynopsis#include <pslib.h> int PS_set_value(PSDoc *psdoc, char *name, float value)DESCRIPTIONSets several values which are used by many functions. Parameters
		  are by definition float values. textrenderingThe way how text is shown.textxThe x coordinate for text output.textyThe y coordinate for text output.wordspacingThe distance between words relativ to the width of a space.leadingThe distance between lines in pixels.
 |