GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
GRASS cairo display driver - set line width. More...
Go to the source code of this file.
Macros | |
#define | MIN_WIDTH 1 |
Functions | |
void | Cairo_Line_width (double width) |
Set line width. More... | |
GRASS cairo display driver - set line width.
(C) 2007-2008 by Lars Ahlzen and the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file cairodriver/line_width.c.
#define MIN_WIDTH 1 |
Definition at line 18 of file cairodriver/line_width.c.
void Cairo_Line_width | ( | double | width | ) |
Set line width.
width | line width (double precision) |
Definition at line 27 of file cairodriver/line_width.c.