From e123b55aba2106cced7941e31391fff7e59d200d Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 7 Sep 2019 13:01:30 -0400 Subject: Adjust various import paths, rename example function --- fpdf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdf.go') diff --git a/fpdf.go b/fpdf.go index 2cad2e9..7be0117 100644 --- a/fpdf.go +++ b/fpdf.go @@ -2472,7 +2472,7 @@ func reverseText(text string) string { } // Cell is a simpler version of CellFormat with no fill, border, links or -// special alignment. +// special alignment. The Cell_strikeout() example demonstrates this method. func (f *Fpdf) Cell(w, h float64, txtStr string) { f.CellFormat(w, h, txtStr, "", 0, "L", false, 0, "") } -- cgit v1.2.1-24-ge1ad