]> git.imager.perl.org - imager.git/blobdiff - Makefile.PL
move t1lib font support to a separate module
[imager.git] / Makefile.PL
index 40677cca78698c787c2ad6fb1248ad5225e1a457..1914e7f52a5efc5a13803c713fdf63fefd9c5f77 100644 (file)
@@ -597,19 +597,19 @@ sub init {
 #                           should use this option instead of the 'gif' option}
 #                  };
 
-  $formats{'T1-fonts'}={
-                       order=>'30',
-                       def=>'HAVE_LIBT1',
-                       inccheck=>sub { -e catfile($_[0], 't1lib.h') },
-                       libcheck=>sub { $_[0] eq "libt1$aext" or $_[0] eq "libt1.$lext" },
-                       libfiles=>'-lt1',
-                       objfiles=>'',
-                       docs=>q{
-                               postscript t1 fonts are scalable fonts. They can include 
-                               ligatures and kerning information and generally yield good
-                               visual quality. We depend on libt1 to rasterize the fonts
-                               for use in images.}
-                      };
+  $formats{'T1-fonts'}={
+#                      order=>'30',
+#                      def=>'HAVE_LIBT1',
+#                      inccheck=>sub { -e catfile($_[0], 't1lib.h') },
+#                      libcheck=>sub { $_[0] eq "libt1$aext" or $_[0] eq "libt1.$lext" },
+#                      libfiles=>'-lt1',
+#                      objfiles=>'',
+#                      docs=>q{
+#                              postscript t1 fonts are scalable fonts. They can include 
+#                              ligatures and kerning information and generally yield good
+#                              visual quality. We depend on libt1 to rasterize the fonts
+#                              for use in images.}
+#                     };
 
   $formats{'TT-fonts'}=
     {