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
Examples
- examples/dump.pl
- examples/fonts.pl
- examples/images/GFB.png
- examples/images/RWBY_Alternate_Logo.png
- examples/images/RWBY_Faces.png
- examples/images/RWBY_Kick_Butt.gif
- examples/images/RWBY_Logo.png
- examples/images/RWBY_Oh_No.jpg
- examples/images/RWBY_Yang_Call_Me_SIR.gif
- examples/images/RWBY_beuowolf.jpg
- examples/images/testpattern.jpg
- examples/mmapvsfile.pl
- examples/primitives.pl
- examples/slideshow.pl
- examples/threadstest.pl
- examples/viewpic.pl