From 2ba1e1bcedbc413c15f211a977c5ffee5621ce0e Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Sat, 10 May 2014 07:50:11 -0400 Subject: Extended example comment --- fpdf_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fpdf_test.go b/fpdf_test.go index ae0acf9..c727087 100644 --- a/fpdf_test.go +++ b/fpdf_test.go @@ -1131,7 +1131,8 @@ func ExampleFpdf_tutorial21() { } // This example demonstrates the use of characters in the high range of the -// Windows-1252 code page (gofdpf default). +// Windows-1252 code page (gofdpf default). See the following example (23) for +// a way to do this automatically. func ExampleFpdf_tutorial22() { pdf := gofpdf.New("P", "mm", "A4", cnFontDir) // A4 210.0 x 297.0 fontSize := 16.0 -- cgit v1.2.1-24-ge1ad