Query: ps_get_value
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PS_GET_VALUE(3) Library Functions Manual PS_GET_VALUE(3)NAMEPS_get_value -- Gets certain valuesSYNOPSIS#include <pslib.h> float PS_get_value(PSDoc *psdoc, char *name, float modifier)DESCRIPTIONGets several values which were set by PS_set_value(3). Parameters are by definition float values. The parameter modifier specifies the resource for which the value is to be retrieved. This can be the id of a font or an image. It must be 0.0 if not used.RETURN VALUEReturns the value of the parameter or NULL.SEE ALSOPS_set_value(3)AUTHORThis manual page was written by Uwe Steinmann uwe@steinmann.cx. PS_GET_VALUE(3)