From 08c842eee7361c4d515301a5d84d246a0b0a9462 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Sun, 11 Oct 2015 09:43:23 -0400 Subject: Investigate missing spaces between words --- fpdf_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'fpdf_test.go') diff --git a/fpdf_test.go b/fpdf_test.go index e45f966..a0eaec1 100644 --- a/fpdf_test.go +++ b/fpdf_test.go @@ -1140,6 +1140,7 @@ func ExampleFpdf_SVGBasicWrite() { err error ) pdf := gofpdf.New("P", "mm", "A4", "") // A4 210.0 x 297.0 + pdf.SetCompression(false) pdf.SetFont("Times", "", fontPtSize) lineHt := pdf.PointConvert(fontPtSize) pdf.AddPage() -- cgit v1.2.1-24-ge1ad