libsf3
|
An instruction to draw a Bezier curve. More...
#include <sf3_vector_graphic.h>
Data Fields | |
uint8_t | type |
struct sf3_shape_fill | fill |
The shapes' drawing parameters. | |
struct sf3_shape_outline | outline |
An instruction to draw a Bezier curve.
Definition at line 105 of file sf3_vector_graphic.h.
struct sf3_shape_fill sf3_curve_instruction::fill |
The shapes' drawing parameters.
Definition at line 108 of file sf3_vector_graphic.h.
struct sf3_shape_outline sf3_curve_instruction::outline |
The actual outline of the bezier curve, as shared quadruplets of points, where the first and every third point after is an edge point, and the points between are control points.
Definition at line 112 of file sf3_vector_graphic.h.
uint8_t sf3_curve_instruction::type |
Definition at line 106 of file sf3_vector_graphic.h.