|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-8843f13794
|
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. | |
GRASS cairo display driver - set line width.
SPDX-FileCopyrightText: 2007-2008 Lars Ahlzen SPDX-FileCopyrightText: GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file cairodriver/line_width.c.
| #define MIN_WIDTH 1 |
Definition at line 17 of file cairodriver/line_width.c.
Set line width.
| width | line width (double precision) |
Definition at line 26 of file cairodriver/line_width.c.
References cairo, G_debug(), MAX, and MIN_WIDTH.
Referenced by Cairo_Driver().