in reply to
Re^3: OpenType Fonts support in CPAN
in thread OpenType Fonts support in CPAN
I just checked it with
if ($img->font('C:\WINNT\aaaZemestrostd-bk.otf'))
{
print "Done";
};
It returns prints "Done" even the file "C:\WINNT\aaaZemestrostd-bk.otf" dosen't exists. Also i checked with the documentation of GD::Simple, it says "The font to use when drawing text. Both built-in bitmapped fonts and TrueType fonts are supported". I am Not sure if built-in bitmapped fonts include OTF fonts (my knowldge in this subject is very limited)