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_set_parameter — Sets certain parameters

Author

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

                                                                                             PS_SET_PARAMETER(3)

Description

       Sets  several parameters which are used by many functions. Parameters are by definition string values. If
       a parameter value is of the form name=value it is called a resource. Resources are frequently used to set
       e.g. afm or pfb files.

Name

       PS_set_parameter — Sets certain parameters

See Also

PS_get_parameter(3), PS_set_value(3)

Synopsis

       #include <pslib.h>

       void PS_set_parameter(PSDoc *psdoc, char *name, char *value)

See Also