GRASS 8 Programmer's Manual 8.6.0dev(2026)-8843f13794
Loading...
Searching...
No Matches
line_width.c File Reference

GRASS png display driver - set line width. More...

#include <math.h>
#include "pngdriver.h"
Include dependency graph for pngdriver/line_width.c:

Go to the source code of this file.

Functions

void PNG_Line_width (double width)
 Set line width.
 

Detailed Description

GRASS png display driver - set line width.

SPDX-FileCopyrightText: 2003-2014 Per Henrik Johansen SPDX-FileCopyrightText: GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
Per Henrik Johansen (original contributor)
Glynn Clements

Definition in file pngdriver/line_width.c.

Function Documentation

◆ PNG_Line_width()

void PNG_Line_width ( double  width)

Set line width.

Parameters
widthline width (double precision)

Definition at line 22 of file pngdriver/line_width.c.

References png.

Referenced by PNG_Driver().