GRASS GIS 8 Programmer's Manual
8.4.1(2025)-45ca3179ab
Loading...
Searching...
No Matches
psdriver/line_width.c
Go to the documentation of this file.
1
#include "
psdriver.h
"
2
3
void
PS_Line_width
(
double
width)
4
{
5
if
(width < 0)
6
width = 0;
7
8
output
(
"%f WIDTH\n"
, width);
9
}
output
void output(const char *fmt,...)
Definition
psdriver/graph_set.c:232
PS_Line_width
void PS_Line_width(double width)
Definition
psdriver/line_width.c:3
psdriver.h
psdriver
line_width.c
Generated on Sat Jun 21 2025 21:07:27 for GRASS GIS 8 Programmer's Manual by
1.13.2