1Imager::Font::Test(3) User Contributed Perl DocumentationImager::Font::Test(3)
2
3
4
6 Imager::Font::Test - font driver producing consistent output for tests.
7
9 my $font = Imager::Font::Test->new;
10
11 # use $font where you use other fonts
12
14 Imager::Font::Test is intended to produce consistent output without
15 being subject to the inconsistent output produced by different versions
16 of font libraries.
17
18 The output is simple box for the whole string.
19
21 Tony Cook <tonyc@cpan.org>
22
23
24
25perl v5.32.1 2021-01-27 Imager::Font::Test(3)