MCPcopy Create free account
hub / github.com/KiCad/kicad-source-mirror / EndPlot

Method EndPlot

common/plotters/PS_plotter.cpp:881–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

879
880
881bool PS_PLOTTER::EndPlot()
882{
883 wxASSERT( m_outputFile );
884 fmt::print( m_outputFile,
885 "showpage\n"
886 "grestore\n"
887 "%%EOF\n" );
888 fclose( m_outputFile );
889 m_outputFile = nullptr;
890
891 return true;
892}
893
894
895void PS_PLOTTER::Text( const VECTOR2I& aPos,

Callers 15

BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
PlotToSvgStringMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
doSymExportSvgMethod · 0.45
plotOneSheetPSMethod · 0.45
plotOneSheetSVGMethod · 0.45
plotOneSheetDXFMethod · 0.45
restoreEnvironmentMethod · 0.45

Calls

no outgoing calls

Tested by 7

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
PlotToSvgStringMethod · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36