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

+ different package combinations to CI #162

Closed carygravel closed 3 years ago

carygravel commented 3 years ago

It seems that the ghostscript fonts map to default Windows fonts. So this now just works.

This expands the tests run in the CI to three different runners:

Linux with everything
Linux without Graphics::TIFF
Linux without Graphics::TIFF or Ghostscript

Once #158 is fixed, I'll add Windows runners with and without Imagemagick

PhilterPaper commented 3 years ago

Maybe Dejavu installs with Ghostscript (not default on Windows, but if you have GS, you'll have Dejavu fonts)? When you say "maps to", note that I'm seeing discrete font files under \Windows\fonts\, not reuse of some standard font like Arial, so I'm assuming that's what it's using.

carygravel commented 3 years ago

No. I have to install the DejaVu fonts separately. Imagemagick (at least on Linux) defaults to Helvetica, which I have to install with a separate gsfonts package. This is what is now working.

carygravel commented 3 years ago

Thanks!