GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
defs/symbol.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

SYMBOLS_read (const char *sname)
 
void S_stroke (SYMBOL *symb, double size, double rotation, int tolerance)
 Stroke symbol to form used for Xdriver. More...
 

Function Documentation

◆ S_read()

SYMBOL* S_read ( const char *  sname)

Definition at line 235 of file symbol/read.c.

References l, and name.

◆ S_stroke()

void S_stroke ( SYMBOL Symb,
double  size,
double  rotation,
int  tolerance 
)

Stroke symbol to form used for Xdriver.

tolerance currently not supported

Parameters
Symbpointer to
sizesymbol size
rotationsymbol rotation, degrees CCW from East
tolerancecurrently not supported

Definition at line 158 of file stroke.c.