From 567bef933d5649777a8b39772ad57dc9ddaba8d8 Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 21 Feb 2019 11:32:27 -0500 Subject: Acknowledge word spacing author --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 82be57d..54c4d55 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ go get -u -v github.com/jung-kurt/gofpdf/... The following Go code generates a simple PDF file. -```go +``` pdf := gofpdf.New("P", "mm", "A4", "") pdf.AddPage() pdf.SetFont("Arial", "B", 16) @@ -224,7 +224,8 @@ of contents functionality. Andy Bakun identified and corrected a problem in which the internal catalogs were not sorted stably. Paul Montag added encoding and decoding functionality for templates, including images that are embedded in templates; this allows templates to be stored independently of gofpdf. Paul -also added support for page boxes used in printing PDF documents. +also added support for page boxes used in printing PDF documents. Wojciech +Matusiak added supported for word spacing. ## Roadmap -- cgit v1.2.1-24-ge1ad