Skip to content

Releases: eugmes/fntsample

Release 5.4

01 Aug 18:00
release/5.4
Compare
Choose a tag to compare

Changes in this release:

  • Fixed handling of PDF files with already existing outlines in pdfoutline.
  • Added a script for extracting outlines from PDF files (pdf-extract-outline).
  • Pango is always used to draw glyphs, options -p and --use-pango are accepted but ignored.
  • Fixed possible outline corruption in pdfoutline with some versions of PDF::API2 library (Yifeng Li).
  • Various code and build system cleanups.

Release 5.3

26 Dec 07:26
release/5.3
Compare
Choose a tag to compare

Support for reproducible builds with PDF output was added.

Release 5.2

20 Dec 20:56
release/5.2
Compare
Choose a tag to compare

This release fixes handling of non-ASCII characters in pdfoutline.

Release 5.1

30 Oct 18:43
release/5.1
Compare
Choose a tag to compare

Changes in this release:

  • Make writing outlines with Cairo actually work
  • Fix typos

Release 5.0

26 Oct 20:37
release/5.0
Compare
Choose a tag to compare

Notable changes:

  • Add command line flag that allows to use pango for text layout (by Khaled Hosny, requires pango >= 1.37)
  • Add possiblility to create PDF outline directly using cairo (by Khaled Hosny, requires cairo >= 1.15.4)
  • Switch to CMake as build system
  • Add command line flag for loading Unicode blocks file during runtime.