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_create_gstate — Creates a new graphic state

Author

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

                                                                                             PS_CREATE_GSTATE(3)

Description

Name

       PS_create_gstate — Creates a new graphic state

Return Value

       Returns  the  identifier  of  the  graphic state or zero in case of an error. The identifier is a positiv
       number.

See Also

PS_set_gstate(3)

Synopsis

       #include <pslib.h>

       int PS_create_gstate(PSDoc *psdoc, const char *optlist)

See Also