NetSurf
Data Fields
plot_style_s Struct Reference

Plot style for stroke/fill plotters. More...

#include <plot_style.h>

Data Fields

plot_operation_type_t stroke_type
 Stroke plot type. More...
 
plot_style_fixed stroke_width
 Width of stroke, in pixels. More...
 
colour stroke_colour
 Colour of stroke. More...
 
plot_operation_type_t fill_type
 Fill plot type. More...
 
colour fill_colour
 Colour of fill. More...
 

Detailed Description

Plot style for stroke/fill plotters.

Definition at line 76 of file plot_style.h.

Field Documentation

◆ fill_colour

colour plot_style_s::fill_colour

◆ fill_type

plot_operation_type_t plot_style_s::fill_type

◆ stroke_colour

colour plot_style_s::stroke_colour

◆ stroke_type

plot_operation_type_t plot_style_s::stroke_type

◆ stroke_width

plot_style_fixed plot_style_s::stroke_width

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