fix test
This commit is contained in:
parent
4a399789f4
commit
57c75395c6
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ TEST_CASE("Emboss extrude cut", "[Emboss-Cut]")
|
|||
char letter = '%';
|
||||
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);
|
||||
|
||||
std::optional<Emboss::Glyph> glyph = Emboss::letter2glyph(*font, letter,
|
||||
|
|
Loading…
Add table
Reference in a new issue