in reply to Re^3: OpenType Fonts support in CPAN
in thread OpenType Fonts support in CPAN
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)if ($img->font('C:\WINNT\aaaZemestrostd-bk.otf')) { print "Done"; };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: OpenType Fonts support in CPAN
by talexb (Chancellor) on Dec 10, 2007 at 15:39 UTC |