|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|

Go to the source code of this file.
Functions | |
| SYMBOL * | S_read (const char *sname) |
| void | S_stroke (SYMBOL *symb, double size, double rotation, int tolerance) |
| Stroke symbol to form used for Xdriver. | |
Definition at line 231 of file symbol/read.c.
References _, add_chain(), add_element(), add_part(), SYMBCOLOR::b, b, SYMBPART::chain, SYMBCOLOR::color, SYMBPART::color, SYMBEL::coor, SYMBCHAIN::count, SYMBPART::count, SYMBCHAIN::elem, err(), SYMBCOLOR::fb, SYMBPART::fcolor, SYMBCOLOR::fg, SYMBCOLOR::fr, SYMBCOLOR::g, g, G_chop(), G_debug(), G_find_file(), G_fopen_old(), G_getl2(), G_gisbase(), G_strcasecmp(), G_warning(), get_key_data(), l, name, new_arc(), new_chain(), new_line(), new_part(), new_symbol(), NULL, OBJ_NONE, OBJ_POLYGON, OBJ_RING, OBJ_STRING, SYMBCOLOR::r, r, read_coor(), S_COL_DEFINED, S_COL_NONE, S_LINE, S_POLYGON, S_STRING, strcpy, SYMBEL::type, SYMBPART::type, and x.
Stroke symbol to form used for Xdriver.
tolerance currently not supported
| Symb | pointer to |
| size | symbol size |
| rotation | symbol rotation, degrees CCW from East |
| tolerance | currently not supported |
Definition at line 158 of file stroke.c.
References SYMBPART::count, G_debug(), S_POLYGON, S_STRING, stroke_chain(), and SYMBPART::type.