diff options
author | Kurt Jung <kurt.w.jung@code.google.com> | 2013-08-02 15:55:26 -0400 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@code.google.com> | 2013-08-02 15:55:26 -0400 |
commit | 28ba4f2d4569e272c73eae22b65520b7d40d4d60 (patch) | |
tree | 6781a204fc5206f4bc3ab81f2bd8a2d7e18f1834 | |
parent | c405973d69ae4029da5df8a0d1facee6677c0f1a (diff) |
Removed development comments.
-rw-r--r-- | fpdf_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fpdf_test.go b/fpdf_test.go index 7440a3b..9b57776 100644 --- a/fpdf_test.go +++ b/fpdf_test.go @@ -508,12 +508,8 @@ func ExampleFpdf_tutorial06() { func ExampleFpdf_tutorial07() { pdf := New("P", "mm", "A4", FONT_DIR) pdf.AddFont("Calligrapher", "", "calligra.json") - // pdf.AddFont("Marcellus-Regular", "", "Marcellus-Regular.json") - // pdf.AddFont("URWPalladioL-Roma", "", "p052003l.json") pdf.AddPage() pdf.SetFont("Calligrapher", "", 35) - // pdf.SetFont("Marcellus-Regular", "", 35) - // pdf.SetFont("URWPalladioL-Roma", "", 35) pdf.Cell(0, 10, "Enjoy new fonts with FPDF!") pdf.Output(docWriter(pdf, 7)) // Output: |