From 55d415070ffee71e28bcef384221384bd2d582ca Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 3 Feb 2018 06:39:02 -0500 Subject: Acknowledge Andy Bakun's fix for catalog sort --- doc.go | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index 598e13c..42a2f48 100644 --- a/doc.go +++ b/doc.go @@ -204,36 +204,36 @@ Acknowledgments This package's code and documentation are closely derived from the FPDF library (http://www.fpdf.org/) created by Olivier Plathey, and a number of font and -image resources are copied directly from it. Drawing support is adapted from -the FPDF geometric figures script by David Hernández Sanz. Transparency -support is adapted from the FPDF transparency script by Martin Hall-May. -Support for gradients and clipping is adapted from FPDF scripts by Andreas -Würmser. Support for outline bookmarks is adapted from Olivier Plathey by -Manuel Cornes. Layer support is adapted from Olivier Plathey. Support for -transformations is adapted from the FPDF transformation script by Moritz Wagner -and Andreas Würmser. PDF protection is adapted from the work of Klemen -Vodopivec for the FPDF product. Lawrence Kesteloot provided code to allow an -image's extent to be determined prior to placement. Support for vertical -alignment within a cell was provided by Stefan Schroeder. Ivan Daniluk -generalized the font and image loading code to use the Reader interface while -maintaining backward compatibility. Anthony Starks provided code for the -Polygon function. Robert Lillack provided the Beziergon function and corrected -some naming issues with the internal curve function. Claudio Felber provided -implementations for dashed line drawing and generalized font loading. Stani -Michiels provided support for multi-segment path drawing with smooth line -joins, line join styles, enhanced fill modes, and has helped greatly with -package presentation and tests. Templating is adapted by Marcus Downing from -the FPDF_Tpl library created by Jan Slabon and Setasign. Jelmer Snoeck -contributed packages that generate a variety of barcodes and help with -registering images on the web. Jelmer Snoek and Guillermo Pascual augmented the -basic HTML functionality with aligned text. Kent Quirk implemented -backwards-compatible support for reading DPI from images that support it, and -for setting DPI manually and then having it properly taken into account when -calculating image size. Paulo Coutinho provided support for static embedded -fonts. Dan Meyers added support for embedded JavaScript. David Fish added a -generic alias-replacement function to enable, among other things, Table of -Contents functionality. Bruno Michel has provided valuable assistance with the -code. +image resources are copied directly from it. Bruno Michel has provided valuable +assistance with the code. Drawing support is adapted from the FPDF geometric +figures script by David Hernández Sanz. Transparency support is adapted from +the FPDF transparency script by Martin Hall-May. Support for gradients and +clipping is adapted from FPDF scripts by Andreas Würmser. Support for outline +bookmarks is adapted from Olivier Plathey by Manuel Cornes. Layer support is +adapted from Olivier Plathey. Support for transformations is adapted from the +FPDF transformation script by Moritz Wagner and Andreas Würmser. PDF +protection is adapted from the work of Klemen Vodopivec for the FPDF product. +Lawrence Kesteloot provided code to allow an image's extent to be determined +prior to placement. Support for vertical alignment within a cell was provided +by Stefan Schroeder. Ivan Daniluk generalized the font and image loading code +to use the Reader interface while maintaining backward compatibility. Anthony +Starks provided code for the Polygon function. Robert Lillack provided the +Beziergon function and corrected some naming issues with the internal curve +function. Claudio Felber provided implementations for dashed line drawing and +generalized font loading. Stani Michiels provided support for multi-segment +path drawing with smooth line joins, line join styles, enhanced fill modes, and +has helped greatly with package presentation and tests. Templating is adapted +by Marcus Downing from the FPDF_Tpl library created by Jan Slabon and Setasign. +Jelmer Snoeck contributed packages that generate a variety of barcodes and help +with registering images on the web. Jelmer Snoek and Guillermo Pascual +augmented the basic HTML functionality with aligned text. Kent Quirk +implemented backwards-compatible support for reading DPI from images that +support it, and for setting DPI manually and then having it properly taken into +account when calculating image size. Paulo Coutinho provided support for static +embedded fonts. Dan Meyers added support for embedded JavaScript. David Fish +added a generic alias-replacement function to enable, among other things, table +of contents functionality. Andy Bakun identified and corrected a problem in +which the internal catalogs were not sorted stably. Roadmap -- cgit v1.2.1-24-ge1ad