KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_pdf_unicode_plot.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <wx/filename.h>
#include <wx/filefn.h>
#include <wx/ffile.h>
#include <wx/utils.h>
#include <wx/image.h>
#include <zlib.h>
#include <plotters/plotters_pslike.h>
#include <advanced_config.h>
#include <render_settings.h>
#include <trigo.h>
#include <math/util.h>
#include <font/font.h>
#include <font/stroke_font.h>
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <qa_utils/pdf_test_utils.h>

Go to the source code of this file.

Functions

static wxString getTempPdfPath (const wxString &name)
 
 BOOST_AUTO_TEST_CASE (PlotMultilingualAllStylesMappings)
 
 BOOST_AUTO_TEST_CASE (PlotMultilingualText)
 
 BOOST_AUTO_TEST_CASE (PlotMultilingualTextBold)
 
 BOOST_AUTO_TEST_CASE (PlotMultilingualTextItalic)
 
 BOOST_AUTO_TEST_CASE (PlotMultilingualTextBoldItalic)
 
 BOOST_AUTO_TEST_CASE (GlyphBBoxIncludesOffsetAndStrokeWidth)
 
 BOOST_AUTO_TEST_CASE (PlotMultilingualTextWithYOffset)
 
 BOOST_AUTO_TEST_CASE (PlotOutlineFontEmbedding)
 
static std::vector< double > ExtractStrokeTextOriginsX (const std::string &aBuffer)
 
 BOOST_AUTO_TEST_CASE (PlotStrokeTextTabStopMatchesFont)
 
 BOOST_AUTO_TEST_CASE (StrokeFontVerticalAlignmentMatchesScreen)
 
 BOOST_AUTO_TEST_CASE (StrokeFontWordSpacingMatchesGlyphAdvance)
 
 BOOST_AUTO_TEST_CASE (SetDashZeroWidthNoIllegalDashArray)
 
 BOOST_AUTO_TEST_CASE (SetDashNonZeroWidthKeepsDashArray)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/13]

◆ BOOST_AUTO_TEST_CASE() [2/13]

◆ BOOST_AUTO_TEST_CASE() [3/13]

◆ BOOST_AUTO_TEST_CASE() [4/13]

◆ BOOST_AUTO_TEST_CASE() [5/13]

◆ BOOST_AUTO_TEST_CASE() [6/13]

◆ BOOST_AUTO_TEST_CASE() [7/13]

◆ BOOST_AUTO_TEST_CASE() [8/13]

◆ BOOST_AUTO_TEST_CASE() [9/13]

◆ BOOST_AUTO_TEST_CASE() [10/13]

◆ BOOST_AUTO_TEST_CASE() [11/13]

◆ BOOST_AUTO_TEST_CASE() [12/13]

◆ BOOST_AUTO_TEST_CASE() [13/13]

◆ ExtractStrokeTextOriginsX()

static std::vector< double > ExtractStrokeTextOriginsX ( const std::string & aBuffer)
static

Definition at line 507 of file test_pdf_unicode_plot.cpp.

References end.

Referenced by BOOST_AUTO_TEST_CASE().

◆ getTempPdfPath()