|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-56a9afeb9f
|
Struct for vector feature displaying attributes. More...
#include <ogsf.h>

Data Fields | |
| int | color |
| Line color. | |
| int | symbol |
| Point symbol/line type. | |
| float | size |
| Symbol size. | |
| int | width |
| Line width. | |
| struct g_vect_style * | next |
| Point to next gvstyle struct if single point has multiple styles. | |
| int g_vect_style::color |
| struct g_vect_style* g_vect_style::next |
| float g_vect_style::size |
Symbol size.
Unset for lines.
Definition at line 318 of file ogsf.h.
Referenced by gpd_obj(), and GS_draw_X().
| int g_vect_style::symbol |
Point symbol/line type.
Definition at line 312 of file ogsf.h.
Referenced by gpd_obj(), and GS_draw_X().
| int g_vect_style::width |