summaryrefslogtreecommitdiff
path: root/fpdf_test.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-08-02 15:55:26 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2013-08-02 15:55:26 -0400
commit28ba4f2d4569e272c73eae22b65520b7d40d4d60 (patch)
tree6781a204fc5206f4bc3ab81f2bd8a2d7e18f1834 /fpdf_test.go
parentc405973d69ae4029da5df8a0d1facee6677c0f1a (diff)
Removed development comments.
Diffstat (limited to 'fpdf_test.go')
-rw-r--r--fpdf_test.go4
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: