supposedly FT2 supports all of these
authorTony Cook <tony@develop=help.com>
Sun, 23 Sep 2001 12:44:01 +0000 (12:44 +0000)
committerTony Cook <tony@develop=help.com>
Sun, 23 Sep 2001 12:44:01 +0000 (12:44 +0000)
lib/Imager/Font.pm

index 5f0e004e8d262d4e1f0b5a57116ba6da5266c551..92742184cf0202bc9ec6f7569156a3fe91f4fa74 100644 (file)
@@ -25,7 +25,7 @@ my %drivers =
    ft2=>{
          class=>'Imager::Font::FreeType2',
          module=>'Imager/Font/FreeType2.pm',
-         files=>'.*\.(pfb|ttf|fon)$', # maybe this should be dynamic
+         files=>'.*\.(pfa|pfb|otf|ttf|fon|fnt)$',
         },
    w32=>{
          class=>'Imager::Font::Win32',