libsf3
|
#include <sf3_vector_graphic.h>
Data Fields | |
struct sf3_identifier | identifier |
uint32_t | width |
The width of the canvas in pixels. | |
uint32_t | height |
The height of the canvas in pixels. | |
uint32_t | count |
The number of vector instructions stored. | |
struct sf3_vector_instruction | instructions [] |
The instructions to execute in order to draw the graphic. | |
A vector graphic file.
See SF3_FORMAT_ID_VECTOR_GRAPHIC
Definition at line 180 of file sf3_vector_graphic.h.
uint32_t sf3_vector_graphic::count |
The number of vector instructions stored.
Definition at line 187 of file sf3_vector_graphic.h.
uint32_t sf3_vector_graphic::height |
The height of the canvas in pixels.
Definition at line 185 of file sf3_vector_graphic.h.
struct sf3_identifier sf3_vector_graphic::identifier |
Definition at line 181 of file sf3_vector_graphic.h.
struct sf3_vector_instruction sf3_vector_graphic::instructions[] |
The instructions to execute in order to draw the graphic.
Definition at line 189 of file sf3_vector_graphic.h.
uint32_t sf3_vector_graphic::width |
The width of the canvas in pixels.
Definition at line 183 of file sf3_vector_graphic.h.