Blob Blame History Raw
--- PDF-API2-0.60/lib/PDF/API2.pm.orig	2007-03-17 14:07:21.000000000 -0600
+++ PDF-API2-0.60/lib/PDF/API2.pm	2007-04-29 16:44:03.000000000 -0600
@@ -39,8 +39,7 @@
 
     ($VERSION) = sprintf '%i.%03i', split(/\./,('$Revision: 1.2 $' =~ /Revision: (\S+)\s/)[0]);  # $Date: 2008/05/23 01:01:36 $
 
-    @FontDirs = ( (map { "$_/PDF/API2/fonts" } @INC), 
-        qw[ /usr/share/fonts /usr/local/share/fonts c:/windows/fonts c:/winnt/fonts ] );
+    @FontDirs = ( qw[ /usr/share/fonts/dejavu /usr/share/fonts ] );
 
     $seq="AA";