GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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
SYMBOL * S_read(const char *sname)
Definition: symbol/read.c:235
void S_stroke(SYMBOL *symb, double size, double rotation, int tolerance)
Stroke symbol to form used for Xdriver.
Definition: stroke.c:158
Definition: symbol.h:67