summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-08-12 16:16:26 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-08-12 16:16:26 -0400
commit64e9d36a887ca3f36dc5880153e4b062e0416ac5 (patch)
treeb3e1222cdc4f7aca41b3ac39b4e2168ac77ee36e /doc.go
parent798fdbd15806d1b27a36d47f394cb58b06a9af1e (diff)
parent0ab52d3f38a38a63fe1bba1a757fe4f28cd6a026 (diff)
Merge branch 'marcusatbang-templating'
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