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 <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 (PlotMultilingualTextWithYOffset)
 
 BOOST_AUTO_TEST_CASE (PlotOutlineFontEmbedding)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/7]

◆ BOOST_AUTO_TEST_CASE() [2/7]

◆ BOOST_AUTO_TEST_CASE() [3/7]

◆ BOOST_AUTO_TEST_CASE() [4/7]

◆ BOOST_AUTO_TEST_CASE() [5/7]

◆ BOOST_AUTO_TEST_CASE() [6/7]

◆ BOOST_AUTO_TEST_CASE() [7/7]

◆ getTempPdfPath()