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_value — Sets certain values

Author

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

                                                                                                 PS_SET_VALUE(3)

Description

       Sets several values which are used by many functions. Parameters are by definition float values.

       textrendering
                 The way how text is shown.

       textx     The x coordinate for text output.

       texty     The y coordinate for text output.

       wordspacing
                 The distance between words relativ to the width of a space.

       leading   The distance between lines in pixels.

Name

       PS_set_value — Sets certain values

See Also

PS_get_value(3), PS_set_parameter(3)

Synopsis

       #include <pslib.h>

       int PS_set_value(PSDoc *psdoc, char *name, float value)

See Also