PhilterPaper / Perl-PDF-Builder

Extended version of the popular PDF::API2 Perl-based PDF library for creating, reading, and modifying PDF documents
https://www.catskilltech.com/FreeSW/product/PDF%2DBuilder/title/PDF%3A%3ABuilder/freeSW_full
Other
6 stars 7 forks source link

update paths to truetype fonts in tests #127

Closed gregoa closed 3 years ago

gregoa commented 3 years ago

In Debian we are currently applying the following patch to PDF-Builder. We thought you might be interested in it too.

Description: update paths to truetype fonts in tests
 At least in Debian, /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf (in
 the transitional package ttf-dejavu-core) is just a symlink to
 /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf (in the "real" package
 fonts-dejavu-core). When only fonts-dejavu-core is installed, the font file
 is not found, so add the other path as well (and remove a duplicate).
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2020-10-04

The patch is tracked in our Git repository at https://salsa.debian.org/perl-team/modules/packages/libpdf-builder-perl/raw/master/debian/patches/font-path.patch

Thanks for considering, gregor herrmann, Debian Perl Group

PhilterPaper commented 3 years ago

Thank you. That does look like a useful update. I will merge in the PR.

gregoa commented 3 years ago

On Sun, 04 Oct 2020 09:49:36 -0700, Phil Perry wrote:

Thank you. That does look like a useful update. I will merge in the PR.

Thank you!