GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
defs/symbol.h
Go to the documentation of this file.
1#ifndef GRASS_SYMBOLDEFS_H
2#define GRASS_SYMBOLDEFS_H
3
4SYMBOL *S_read(const char *sname);
5void 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)