summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-08-13 18:28:16 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2013-08-13 18:28:16 -0400
commitcb9b6b05fca2d3154237d94eae678b8c97a2604e (patch)
tree52d0b9e269fc51aac2fb8e12a1103db263c1a132 /doc.go
parent3d921b9e0ed6dd64b81b477017d1fc79d0e77e9a (diff)
Gradient support adapted from the FPDF gradients script by Andreas Würmser.
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc.go b/doc.go
index 9254f30..3e5949f 100644
--- a/doc.go
+++ b/doc.go
@@ -21,7 +21,8 @@ This package's code and documentation are closely derived from the FPDF library
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
+transparency script by Martin Hall-May. Support for gradients is adapted from
+the FPDF gradients script by Andreas Würmser.
The FPDF website is http://www.fpdf.org/.
@@ -37,9 +38,9 @@ Features
• Image support (JPEG, PNG and GIF)
-• Colors and alpha channel transparency
+• Colors, gradients and alpha channel transparency
-• Links
+• Internal and external links
• TrueType, Type1 and encoding support
@@ -50,7 +51,7 @@ Features
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 source text. gofpdf is
-released under the MIT License.
+copyrighted by Kurt Jung and is released under the MIT License.
Installation