summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorMarcus Downing <marcus@bang-on.net>2015-08-12 20:27:09 +0100
committerMarcus Downing <marcus@bang-on.net>2015-08-12 20:27:09 +0100
commit3c7e84a50bb3a1b617b6820d23ba2edcadf4fd6c (patch)
tree832114250dc5fabf4a2e5ce22ba1dcd38943180d /doc.go
parent480d3959083ea26fed145ecf7e75361510c4e998 (diff)
License and attribution
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go5
1 files changed, 4 insertions, 1 deletions
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