PS_set_border_style — Sets border style of annotations
Contents
Description
Annotations like the starting points of links are surounded by a rectancle. This function sets the
appearance and width of the border line. style can be `solid' or `dashed'.
Name
PS_set_border_style — Sets border style of annotations
See Also
PS_set_border_color(3), PS_set_border_dash(3)
Synopsis
#include <pslib.h>
void PS_set_border_style(PSDoc *psdoc, const char *style, float width)
