logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PS_get_value — Gets certain values

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                                 PS_GET_VALUE(3)

Description

       Gets 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.

Name

       PS_get_value — Gets certain values

Return Value

       Returns the value of the parameter or NULL.

See Also

PS_set_value(3)

Synopsis

       #include <pslib.h>

       float PS_get_value(PSDoc *psdoc, char *name, float modifier)

See Also