libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_curve_instruction Struct Reference

An instruction to draw a Bezier curve. More...

#include <sf3_vector_graphic.h>

Collaboration diagram for sf3_curve_instruction:
Collaboration graph
[legend]

Data Fields

uint8_t type
 
struct sf3_shape_fill fill
 The shapes' drawing parameters.
 
struct sf3_shape_outline outline
 

Detailed Description

An instruction to draw a Bezier curve.

Definition at line 105 of file sf3_vector_graphic.h.

Field Documentation

◆ fill

struct sf3_shape_fill sf3_curve_instruction::fill

The shapes' drawing parameters.

Definition at line 108 of file sf3_vector_graphic.h.

◆ outline

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.

◆ type

uint8_t sf3_curve_instruction::type

Definition at line 106 of file sf3_vector_graphic.h.


The documentation for this struct was generated from the following file: