summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-08-13 12:01:05 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2013-08-13 12:01:05 -0400
commit3d921b9e0ed6dd64b81b477017d1fc79d0e77e9a (patch)
tree3f342301ebc142c2a93a8e82d056bb496c3c557e /doc.go
parent5d510c1aa2c794e82c114cf0adf540f6829886d7 (diff)
Documentation updates regarding transparency
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index fcf9ba3..9254f30 100644
--- a/doc.go
+++ b/doc.go
@@ -37,7 +37,7 @@ Features
• Image support (JPEG, PNG and GIF)
-• Colors
+• Colors and alpha channel transparency
• Links
@@ -129,6 +129,8 @@ the font subdirectory and run the command as in the following example.
In your PDF generation code, call AddFont() to load the font and, as with the
standard fonts, SetFont() to begin using it. See tutorial 7 for an example.
+Good sources of free, open-source fonts include http://www.google.com/fonts/
+and http://dejavu-fonts.org/.
Roadmap