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/dcr10.pfb",
15 or skip "Cannot load font", std_font_test_count();
16 std_font_tests({ font => $font,
17 has_chars => [ 1, '', 1 ]});