From 5e0bd6c7adc32e5e1d332f4a9218a9bc26b7e936 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Tue, 6 Aug 2013 09:27:16 -0400 Subject: Corrected typo --- doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index f8c92f3..f99773d 100644 --- a/doc.go +++ b/doc.go @@ -44,7 +44,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 -licensed under the MIT License. +released under the MIT License. Installation @@ -112,7 +112,7 @@ Nothing special is required to use the standard PDF fonts (courier, helvetica, times, zapfdingbats) in your documents other than calling SetFont(). In order to use a different TrueType or Type1 font, you will need to generate a -font definition file and, if the font will be embeded into PDFs, a compressed +font definition file and, if the font will be embedded into PDFs, a compressed version of the font file. This is done by calling the MakeFont function or using the included makefont command line utility. To create the utility, cd into the makefont subdirectory and run "go build". This will produce a -- cgit v1.2.1-24-ge1ad