GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-8cbe8fef7c
defs/symbol.h
Go to the documentation of this file.
1 #ifndef GRASS_SYMBOLDEFS_H
2 #define GRASS_SYMBOLDEFS_H
3 
4 SYMBOL *S_read(const char *sname);
5 void S_stroke(SYMBOL *symb, double size, double rotation, int tolerance);
6 
7 #endif
void S_stroke(SYMBOL *symb, double size, double rotation, int tolerance)
Stroke symbol to form used for Xdriver.
Definition: stroke.c:158
SYMBOL * S_read(const char *sname)
Definition: symbol/read.c:231
Definition: symbol.h:60