summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--doc.go2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0b613f9..377b733 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ text, drawing and images.
* Document protection
* Layers
* Templates
+* Barcodes
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
diff --git a/doc.go b/doc.go
index 1ca754e..c7cf5da 100644
--- a/doc.go
+++ b/doc.go
@@ -50,6 +50,8 @@ Features
• Templates
+• Barcodes
+
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