| 
    KiCad PCB EDA Suite
    
   | 
 
KiCad: Base of all the specialized plotters the class PLOTTER handle basic functions to plot schematic and boards with different plot formats. More...
#include <trigo.h>#include <plotters/plotter.h>#include <text_eval/text_eval_wrapper.h>#include <geometry/shape_line_chain.h>#include <bezier_curves.h>#include <callback_gal.h>#include <math/util.h>#include <convert_basic_shapes_to_polygon.h>Go to the source code of this file.
Macros | |
| #define | IU_PER_MILS ( m_IUsPerDecimil * 10 ) | 
KiCad: Base of all the specialized plotters the class PLOTTER handle basic functions to plot schematic and boards with different plot formats.
There are currently engines for: POSTSCRIPT GERBER DXF an SVG 'plot' is also provided along with the 'print' function by wx, but is not handled here.
Definition in file plotter.cpp.
| #define IU_PER_MILS ( m_IUsPerDecimil * 10 ) | 
Definition at line 130 of file plotter.cpp.
Referenced by DIALOG_EESCHEMA_PAGE_SETTINGS::DIALOG_EESCHEMA_PAGE_SETTINGS(), SCH_RENDER_SETTINGS::SCH_RENDER_SETTINGS(), and SCHEMATIC_SETTINGS::SCHEMATIC_SETTINGS().