From 3c7e84a50bb3a1b617b6820d23ba2edcadf4fd6c Mon Sep 17 00:00:00 2001 From: Marcus Downing Date: Wed, 12 Aug 2015 20:27:09 +0100 Subject: License and attribution --- doc.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index 398ab9b..941f399 100644 --- a/doc.go +++ b/doc.go @@ -48,6 +48,8 @@ Features • Layers +• Templates + gofpdf has no dependencies other than the Go standard library. All tests pass on Linux, Mac and Windows platforms. Like FPDF version 1.7, from which gofpdf is derived, this package does not yet support UTF-8 fonts. However, support is @@ -193,7 +195,8 @@ 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. Bruno Michel has provided valuable assistance -with the code. +with the code. Templating is adapted from the FPDF_Tpl library created by +Jan Slabon and Setasign. Roadmap -- cgit v1.2.1-24-ge1ad