- 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
=================================================================
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',