From 3d921b9e0ed6dd64b81b477017d1fc79d0e77e9a Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 13 Aug 2013 12:01:05 -0400 Subject: Documentation updates regarding transparency --- doc.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc.go') 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 -- cgit v1.2.1-24-ge1ad