3 use Imager::Test qw(std_font_tests std_font_test_count);
8 or plan skip_all => "No tt available";
10 Imager->open_log(log => "testout/t37std.log");
12 plan tests => std_font_test_count();
14 my $font = Imager::Font->new(file => "fontfiles/dodge.ttf",
17 Imager::Font->new(file => "fontfiles/ImUgly.ttf",
23 or skip "Cannot load font", std_font_test_count();
27 has_chars => [ 1, 1, 1 ],
28 glyph_name_font => $name_font,
29 glyph_names => [ qw(A uni2010 A) ],