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

#include <sf3_vector_graphic.h>

Collaboration diagram for sf3_vector_graphic:
Collaboration graph
[legend]

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.
 

Detailed Description

A vector graphic file.

See SF3_FORMAT_ID_VECTOR_GRAPHIC

Definition at line 180 of file sf3_vector_graphic.h.

Field Documentation

◆ count

uint32_t sf3_vector_graphic::count

The number of vector instructions stored.

Definition at line 187 of file sf3_vector_graphic.h.

◆ height

uint32_t sf3_vector_graphic::height

The height of the canvas in pixels.

Definition at line 185 of file sf3_vector_graphic.h.

◆ identifier

struct sf3_identifier sf3_vector_graphic::identifier

Definition at line 181 of file sf3_vector_graphic.h.

◆ instructions

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.

◆ width

uint32_t sf3_vector_graphic::width

The width of the canvas in pixels.

Definition at line 183 of file sf3_vector_graphic.h.


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