KiCad PCB EDA Suite
|
KiCad: specialized plotter for PS files format. More...
#include <convert_basic_shapes_to_polygon.h>
#include <macros.h>
#include <math/util.h>
#include <string_utils.h>
#include <trigo.h>
#include <plotters/plotters_pslike.h>
Go to the source code of this file.
Functions | |
static int | getFillId (FILL_T aFill) |
VECTOR2D | mapCoords (const VECTOR2D &aSource) |
Variables | |
const double | hv_widths [256] |
Character widths for Helvetica. More... | |
const double | hvb_widths [256] |
Character widths for Helvetica-Bold. More... | |
const double | hvo_widths [256] |
Character widths for Helvetica-Oblique. More... | |
const double | hvbo_widths [256] |
Character widths for Helvetica-BoldOblique. More... | |
KiCad: specialized plotter for PS files format.
Definition in file PS_plotter.cpp.
|
static |
Definition at line 51 of file PS_plotter.cpp.
References FILLED_SHAPE, and NO_FILL.
Referenced by PS_PLOTTER::Arc(), PS_PLOTTER::Circle(), PS_PLOTTER::PlotPoly(), and PS_PLOTTER::Rect().
Definition at line 519 of file PS_plotter.cpp.
References VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by EE_POINT_EDITOR::addCorner(), SYMBOL_EDITOR_MOVE_TOOL::AlignElements(), PS_PLOTTER::Arc(), KIGFX::SCH_PAINTER::boxText(), SYMBOL_EDITOR_MOVE_TOOL::doMoveSelection(), KIGFX::SCH_PAINTER::draw(), SYMBOL_EDITOR_EDIT_TOOL::Duplicate(), EE_SELECTION_TOOL::GuessSelectionCandidates(), EDIT_POINTS_FACTORY::Make(), SYMBOL_EDITOR_EDIT_TOOL::Mirror(), SYMBOL_EDITOR_MOVE_TOOL::moveItem(), EE_POINT_EDITOR::removeCornerCondition(), SYMBOL_EDITOR_EDIT_TOOL::Rotate(), EE_POINT_EDITOR::updateParentItem(), and EE_POINT_EDITOR::updatePoints().
const double hv_widths |
Character widths for Helvetica.
Definition at line 952 of file PS_plotter.cpp.
Referenced by PSLIKE_PLOTTER::returnPostscriptTextWidth().
const double hvb_widths |
Character widths for Helvetica-Bold.
Definition at line 991 of file PS_plotter.cpp.
Referenced by PSLIKE_PLOTTER::returnPostscriptTextWidth().
const double hvbo_widths |
Character widths for Helvetica-BoldOblique.
Definition at line 1069 of file PS_plotter.cpp.
Referenced by PSLIKE_PLOTTER::returnPostscriptTextWidth().
const double hvo_widths |
Character widths for Helvetica-Oblique.
Definition at line 1030 of file PS_plotter.cpp.
Referenced by PSLIKE_PLOTTER::returnPostscriptTextWidth().