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

#include <nanosvg.h>

Data Fields

char id [64]
 
float xform [6]
 
unsigned int fillColor
 
unsigned int strokeColor
 
float opacity
 
float fillOpacity
 
float strokeOpacity
 
char fillGradient [64]
 
char strokeGradient [64]
 
float strokeWidth
 
float strokeDashOffset
 
float strokeDashArray [NSVG_MAX_DASHES]
 
int strokeDashCount
 
char strokeLineJoin
 
char strokeLineCap
 
float miterLimit
 
char fillRule
 
float fontSize
 
unsigned int stopColor
 
float stopOpacity
 
float stopOffset
 
char hasFill
 
char hasStroke
 
char visible
 

Detailed Description

Definition at line 412 of file nanosvg.h.

Field Documentation

◆ fillColor

unsigned int fillColor

Definition at line 416 of file nanosvg.h.

◆ fillGradient

char fillGradient[64]

Definition at line 421 of file nanosvg.h.

◆ fillOpacity

float fillOpacity

Definition at line 419 of file nanosvg.h.

◆ fillRule

char fillRule

Definition at line 430 of file nanosvg.h.

◆ fontSize

float fontSize

Definition at line 431 of file nanosvg.h.

◆ hasFill

char hasFill

Definition at line 435 of file nanosvg.h.

◆ hasStroke

char hasStroke

Definition at line 436 of file nanosvg.h.

◆ id

char id[64]

Definition at line 414 of file nanosvg.h.

◆ miterLimit

float miterLimit

Definition at line 429 of file nanosvg.h.

◆ opacity

float opacity

Definition at line 418 of file nanosvg.h.

◆ stopColor

unsigned int stopColor

Definition at line 432 of file nanosvg.h.

◆ stopOffset

float stopOffset

Definition at line 434 of file nanosvg.h.

◆ stopOpacity

float stopOpacity

Definition at line 433 of file nanosvg.h.

◆ strokeColor

unsigned int strokeColor

Definition at line 417 of file nanosvg.h.

◆ strokeDashArray

float strokeDashArray[NSVG_MAX_DASHES]

Definition at line 425 of file nanosvg.h.

◆ strokeDashCount

int strokeDashCount

Definition at line 426 of file nanosvg.h.

◆ strokeDashOffset

float strokeDashOffset

Definition at line 424 of file nanosvg.h.

◆ strokeGradient

char strokeGradient[64]

Definition at line 422 of file nanosvg.h.

◆ strokeLineCap

char strokeLineCap

Definition at line 428 of file nanosvg.h.

◆ strokeLineJoin

char strokeLineJoin

Definition at line 427 of file nanosvg.h.

◆ strokeOpacity

float strokeOpacity

Definition at line 420 of file nanosvg.h.

◆ strokeWidth

float strokeWidth

Definition at line 423 of file nanosvg.h.

◆ visible

char visible

Definition at line 437 of file nanosvg.h.

◆ xform

float xform[6]

Definition at line 415 of file nanosvg.h.


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