Big Faceless Graph Library v2.4.8

Released: Jan 22, 2016

v2.4.8 での更新項目

機能

  • Added option to use "backup fonts", by specifying a comma-separated list of font family names in the XML or by using the TextStyle.addBackupFont method. Mainly of use for PDF Output but it will work for any.
  • Added support for texture-paint to PDF Output.
  • Added support for hyperlinks in the PDF output via the new "PDFEmbedder" class. This involved moving the "getAreas" method on ImageOutput has been moved to its superclass, Output. The latest Report Generator will need to be used to take advantage of these changes.
  • Added "normal" to list of acceptable font styles in XML syntax.
  • Added "alt" to list parameters for all hyperlinked area in XML syntax.
  • Some minor graphical improvements.

不具合の修正

  • Fixed - Ambiguity in XML syntax when parsing a date that can also be a number, eg "2001". If used on a date axis, it's always a date.
  • Fixed - Corrected bold-oblique Courier font, which was failing in PDF Output.