|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <grass/defs/symbol.h>

Go to the source code of this file.
Data Structures | |
| struct | SYMBCOLOR |
| struct | SYMBEL |
| struct | SYMBCHAIN |
| struct | SYMBPART |
| struct | SYMBOL |
Macros | |
| #define | S_NONE 0 /* no object (used for reading) */ |
| #define | S_LINE 1 /* line */ |
| #define | S_ARC 2 /* arc */ |
| #define | S_STRING 1 |
| #define | S_POLYGON 2 |
| #define | S_COL_DEFAULT 1 /* default color */ |
| #define | S_COL_NONE 2 /* no color */ |
| #define | S_COL_DEFINED 3 /* color defined in symbol file */ |