summaryrefslogtreecommitdiff
path: root/include/netsurf/plot_style.h
Commit message (Collapse)AuthorAgeFilesLines
* Plotters: Change stroke width in the plot_style_t to fixed point.Michael Drake2018-05-231-1/+14
|
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-231-3/+9
|
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-0/+195
move plotter style header and adjust all callers to use only what they actually require.