diff options
author | Kurt <kurt.w.jung@gmail.com> | 2019-09-07 13:01:30 -0400 |
---|---|---|
committer | Kurt <kurt.w.jung@gmail.com> | 2019-09-07 13:01:30 -0400 |
commit | e123b55aba2106cced7941e31391fff7e59d200d (patch) | |
tree | 3330fc4156a823b8280c07e90e2c348a4b47c67d /fpdf.go | |
parent | 55163912400e026280068ffb69bef8b0b3c42778 (diff) |
Adjust various import paths, rename example function
Diffstat (limited to 'fpdf.go')
-rw-r--r-- | fpdf.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, "") } |