Releases: eugmes/fntsample
Releases · eugmes/fntsample
Release 5.4
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
Support for reproducible builds with PDF output was added.
Release 5.2
This release fixes handling of non-ASCII characters in pdfoutline
.
Release 5.1
Changes in this release:
- Make writing outlines with Cairo actually work
- Fix typos
Release 5.0
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.