libxputty 0.1
Loading...
Searching...
No Matches
Data Fields
NSVGpath Struct Reference

#include <nanosvg.h>

Collaboration diagram for NSVGpath:
Collaboration graph
[legend]

Data Fields

float * pts
 
int npts
 
char closed
 
float bounds [4]
 
struct NSVGpathnext
 

Detailed Description

Definition at line 130 of file nanosvg.h.

Field Documentation

◆ bounds

float bounds[4]

Definition at line 135 of file nanosvg.h.

Referenced by nsvgDuplicatePath().

◆ closed

char closed

Definition at line 134 of file nanosvg.h.

Referenced by nsvgDuplicatePath().

◆ next

struct NSVGpath* next

Definition at line 136 of file nanosvg.h.

◆ npts

int npts

Definition at line 133 of file nanosvg.h.

Referenced by nsvgDuplicatePath().

◆ pts

float* pts

Definition at line 132 of file nanosvg.h.

Referenced by nsvgDuplicatePath().


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