in reply to External font with PDF::API2::Simple

This is untested, but the same thing happens with adding custom fonts to graphics modules. You need to put a copy of the font into the cwd and refer to it as './FreeMono.ttf', or give the complete full system path to the font, such as '/usr/local/share/fonts/ttf/FreeMono.ttf' ( depends on where your system puts them)

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re: External font with PDF::API2::Simple

Replies are listed 'Best First'.
Re^2: External font with PDF::API2::Simple
by Iceman1 (Novice) on Sep 19, 2011 at 21:02 UTC
    Thanks zentara, I have tried both of those but it is still giving the same error message :-(