KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_plot_footprint_scaled_text.cpp File Reference
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <board.h>
#include <board_design_settings.h>
#include <footprint.h>
#include <pcb_field.h>
#include <pcb_text.h>
#include <pcbplot.h>
#include <plotters/plotter_gerber.h>
#include <pcb_plot_params.h>
#include <qa_utils/pdf_test_utils.h>
#include <wx/filename.h>
#include <wx/ffile.h>
#include <limits>
#include <regex>
#include <string>

Go to the source code of this file.

Functions

static BOX2I plotSilkBBox (BOARD &aBoard)
 
 BOOST_AUTO_TEST_CASE (ScaledFootprintReferencePlotsScaled)
 
 BOOST_AUTO_TEST_CASE (ScaledFootprintGraphicTextPlotsScaled)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( ScaledFootprintGraphicTextPlotsScaled )

◆ BOOST_AUTO_TEST_CASE() [2/2]

◆ plotSilkBBox()