3 use Imager::Test qw(std_font_tests std_font_test_count);
5 use Test::More tests => std_font_test_count();
7 Imager->open_log(log => "testout/t90std.log");
9 my $font = Imager::Font->new(file => "fontfiles/dodge.ttf",
12 Imager::Font->new(file => "fontfiles/ImUgly.ttf",
18 or skip "Cannot load font", std_font_test_count();
22 has_chars => [ 1, 1, 1 ],
24 glyph_name_font => $name_font,
25 glyph_names => [ "A", "uni2010", "A" ],