1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: libfont-freetype-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
libdevel-checklib-perl,
libfile-which-perl,
libfreetype6-dev,
libtest-warnings-perl,
perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfont-freetype-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfont-freetype-perl.git
Homepage: https://metacpan.org/release/Font-FreeType
Package: libfont-freetype-perl
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${perl:Depends}
Description: module to read font files and render glyphs from Perl using FreeType2
Font::FreeType allows Perl programs to conveniently read information from
font files. All the font access is done through the FreeType2 library,
which supports many formats. It can render images of characters with
high-quality hinting and antialiasing, extract metrics information, and
extract the outlines of characters in scalable formats like TrueType.
|