in reply to [SOLVED] PDF::API2 and the Elusive Courier Font

Your code as posted works fine for me (Fedora 64 Bit). Are you sure you have all the necessary fonts installed?

  • Comment on Re: PDF::API2 and the Elusive Courier Font

Replies are listed 'Best First'.
Re^2: PDF::API2 and the Elusive Courier Font
by taint (Chaplain) on Nov 07, 2013 at 14:51 UTC
    +1
    It appears that you do not have courier font. Maybe courier-regular?
    You'll need to check your font dir. On *BSD, it's in any of the directories located in
    /usr/local/lib/X11/fonts
    HTH

    --Chris

    #!/usr/bin/perl -Tw
    use perl::always;
    my $perl_version = (5.12.5);
    print $perl_version;