Query: imager::font::ft2
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FT2(3pm) User Contributed Perl Documentation FT2(3pm)NAMEImager::Font::FT2 - font support using FreeType 2SYNOPSISuse Imager; my $img = Imager->new; my $font = Imager::Font->new(file => "foo.ttf", type => "ft2"); $img->string(... font => $font);DESCRIPTIONThis provides font support on FreeType 2.CAVEATSUnfortunately, older versions of Imager would install "Imager::Font::FreeType2" even if FreeType 2 wasn't available, and if no font was created would succeed in loading the module. This means that an existing "FreeType2.pm" could cause a probe success for supported font files, so I've renamed it.AUTHORTony Cook <tonyc@cpan.org>SEE ALSOImager, Imager::Font. perl v5.14.2 2012-03-18 FT2(3pm)
Related Man Pages |
---|
imager::inline(3pm) - debian |
imager::largesamples(3pm) - debian |
imager::matrix2d(3pm) - debian |
imager::transform(3pm) - debian |
imager::tutorial(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Detecting unused variables... |
One instance of comparing grep and awk |