diff options
author | Kurt Jung <kurt.w.jung@code.google.com> | 2014-05-10 07:50:11 -0400 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@code.google.com> | 2014-05-10 07:50:11 -0400 |
commit | 2ba1e1bcedbc413c15f211a977c5ffee5621ce0e (patch) | |
tree | 6ff4b54ffe3fa33e66fa831755cc112c04aafec5 /fpdf_test.go | |
parent | 7623736879a455dc7ecc2772992db61d53698afb (diff) |
Extended example comment
Diffstat (limited to 'fpdf_test.go')
-rw-r--r-- | fpdf_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
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 |