|
KiCad PCB EDA Suite
|
#include <memory>#include <vector>#include <wx/filename.h>#include <qa_utils/wx_utils/unit_test_utils.h>#include <font/font.h>#include <font/glyph.h>#include <font/outline_font.h>Go to the source code of this file.
Functions | |
| static wxString | getTestFontPath (const wxString &aFileName) |
| BOOST_AUTO_TEST_CASE (SymbolFontRendersAsciiGlyphs) | |
| BOOST_AUTO_TEST_CASE (UnicodeFontKeepsUnicodeCharmap) | |
| BOOST_AUTO_TEST_CASE | ( | SymbolFontRendersAsciiGlyphs | ) |
Definition at line 54 of file test_outline_font.cpp.
References ANGLE_0, BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), KIFONT::OUTLINE_FONT::GetFace(), KIFONT::FONT::GetFont(), getTestFontPath(), KIFONT::OUTLINE_FONT::GetTextAsGlyphs(), and KIFONT::FONT::IsOutline().
| BOOST_AUTO_TEST_CASE | ( | UnicodeFontKeepsUnicodeCharmap | ) |
Definition at line 92 of file test_outline_font.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), KIFONT::OUTLINE_FONT::GetFace(), KIFONT::FONT::GetFont(), getTestFontPath(), and KIFONT::FONT::IsOutline().
|
static |
Definition at line 38 of file test_outline_font.cpp.
References KI_TEST::GetTestDataRootDir(), and getTestFontPath().
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and getTestFontPath().