Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Oct 12, 2024
1 parent c992f5b commit a184b7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Graphics/Fonts/smart_font_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ TestSmartFont::test_resolve () {
font fn= smart_font ("sys-chinese", "rm", "medium", "right", 10, 600);
qcompare (fn->res_name, "sys-chinese-rm-medium-right-10-600-smart");
smart_font_rep* fn_rep= (smart_font_rep*) fn.rep;
//int nr = fn_rep->resolve ("1");
//qcompare (fn_rep->fn[nr]->res_name, "ec:ecrm10@600");
// int nr = fn_rep->resolve ("1");
// qcompare (fn_rep->fn[nr]->res_name, "ec:ecrm10@600");

//int nr2= fn_rep->resolve (utf8_to_cork ("è"));
//qcompare (fn_rep->fn[nr2]->res_name, "ec:ecrm10@600");
// int nr2= fn_rep->resolve (utf8_to_cork ("è"));
// qcompare (fn_rep->fn[nr2]->res_name, "ec:ecrm10@600");
}

void
Expand Down

0 comments on commit a184b7a

Please sign in to comment.