3 use Imager::Test qw(std_font_tests std_font_test_count);
8 or plan skip_all => "No tt available";
10 plan tests => std_font_test_count();
12 my $font = Imager::Font->new(file => "fontfiles/dodge.ttf",
15 Imager::Font->new(file => "fontfiles/ImUgly.ttf",
21 or skip "Cannot load font", std_font_test_count();
25 has_chars => [ 1, 1, 1 ],
26 glyph_name_font => $name_font,
27 glyph_names => [ qw(A uni2010 A) ],