mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 20:36:02 +08:00
fix test
This commit is contained in:
parent
4a399789f4
commit
57c75395c6
@ -440,7 +440,7 @@ TEST_CASE("Emboss extrude cut", "[Emboss-Cut]")
|
|||||||
char letter = '%';
|
char letter = '%';
|
||||||
float flatness = 2.;
|
float flatness = 2.;
|
||||||
|
|
||||||
auto font = Emboss::create_font(font_path.c_str());
|
auto font = Emboss::create_font_file(font_path.c_str());
|
||||||
REQUIRE(font != nullptr);
|
REQUIRE(font != nullptr);
|
||||||
|
|
||||||
std::optional<Emboss::Glyph> glyph = Emboss::letter2glyph(*font, letter,
|
std::optional<Emboss::Glyph> glyph = Emboss::letter2glyph(*font, letter,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user