]> git.imager.perl.org - imager.git/commitdiff
- added .pcf and .pcf.gz to the list of extensions supported by ft2
authorTony Cook <tony@develop=help.com>
Sat, 1 Jan 2005 13:22:55 +0000 (13:22 +0000)
committerTony Cook <tony@develop=help.com>
Sat, 1 Jan 2005 13:22:55 +0000 (13:22 +0000)
Changes
lib/Imager/Font.pm

diff --git a/Changes b/Changes
index c74a5f0329ef8e4fa66ca39269f838b6536483ad..42aff908e50a666a7dfba8f795c0c97f40f5c1c5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -978,6 +978,7 @@ Revision history for Perl extension Imager.
 - the gradgen filter now does the same color value conversion that
   Imager's drawing functions do.
 - added trivial multiple master support via the FT2 driver
+- added .pcf and .pcf.gz to the list of extensions supported by ft2
 
 =================================================================
 
index c0f388c7da625359f806f9e61b53be0d0da418a7..3f374b6bf2e436f56ec777e17f6e54f1757f0261 100644 (file)
@@ -23,7 +23,7 @@ my %drivers =
    ft2=>{
          class=>'Imager::Font::FreeType2',
          module=>'Imager/Font/FreeType2.pm',
-         files=>'.*\.(pfa|pfb|otf|ttf|fon|fnt|dfont)$',
+         files=>'.*\.(pfa|pfb|otf|ttf|fon|fnt|dfont|pcf(\.gz)?)$',
         },
    ifs=>{
          class=>'Imager::Font::Image',