KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KICAD_DIFF::PLOTTER_RENDER_OPTIONS Struct Reference

Options controlling the headless PNG/SVG renderer. More...

#include <diff_renderer_plotter.h>

Public Attributes

int dpi = 300
 
int pixelWidth = 0
 
int pixelHeight = 0
 
bool antialias = true
 
DIFF_COLOR_THEME theme
 

Detailed Description

Options controlling the headless PNG/SVG renderer.

Definition at line 40 of file diff_renderer_plotter.h.

Member Data Documentation

◆ antialias

bool KICAD_DIFF::PLOTTER_RENDER_OPTIONS::antialias = true

Definition at line 45 of file diff_renderer_plotter.h.

Referenced by KICAD_DIFF::RenderSceneToPng().

◆ dpi

int KICAD_DIFF::PLOTTER_RENDER_OPTIONS::dpi = 300

◆ pixelHeight

int KICAD_DIFF::PLOTTER_RENDER_OPTIONS::pixelHeight = 0

◆ pixelWidth

int KICAD_DIFF::PLOTTER_RENDER_OPTIONS::pixelWidth = 0

◆ theme

DIFF_COLOR_THEME KICAD_DIFF::PLOTTER_RENDER_OPTIONS::theme

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