The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 5.47

  • Added system variable $obj->{'FONTS'}, which contains all of the fonts found in the system. It is a hash in the format:
    • 'facename' => { 'path' => 'path to font', 'font' => 'file name of font' }
  • The module now assigns the default font from a list of possible fonts that should be installed, instead of just "FreeSans". This should alieviate the fonts issue when testing.
  • The method "get_font_face" has been fixed, as it wasn't working as documented.

Modules

A Simple Framebuffer Graphics Library