Blob Blame History Raw
diff -up PDF-API2-2.029/lib/PDF/API2.pm.font-location PDF-API2-2.029/lib/PDF/API2.pm
--- PDF-API2-2.029/lib/PDF/API2.pm.font-location	2016-10-10 02:01:19.000000000 +0200
+++ PDF-API2-2.029/lib/PDF/API2.pm	2016-10-10 15:39:47.979986028 +0200
@@ -26,8 +26,7 @@
 
 use Scalar::Util qw(weaken);
 
-our @FontDirs = ( (map { "$_/PDF/API2/fonts" } @INC),
-                  qw[ /usr/share/fonts /usr/local/share/fonts c:/windows/fonts c:/winnt/fonts ] );
+our @FontDirs = ( qw[ /usr/share/fonts/dejavu /usr/share/fonts ] );
 
 =head1 NAME