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_border_dash — Sets length of dashes for border of annotations

Author

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

                                                                                           PS_SET_BORDER_DASH(3)

Description

       Annotations  like the starting points of links are surounded by a rectancle. This function sets the black
       and white portion of a dashed border line.

Name

       PS_set_border_dash — Sets length of dashes for border of annotations

See Also

PS_set_border_style(3), PS_set_border_color(3)

Synopsis

       #include <pslib.h>

       void PS_set_border_dash(PSDoc *psdoc, float black, float white)

See Also