From fbdaed0ce0c9742369ce44763b4a8cbbd492b771 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 16 Dec 2016 14:14:28 -0500 Subject: Clarify state of current position after call to MultiCell(). Thanks, Roger Flores --- fpdf.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fpdf.go b/fpdf.go index 5720137..6d8fd39 100644 --- a/fpdf.go +++ b/fpdf.go @@ -2026,6 +2026,9 @@ func (f *Fpdf) SplitLines(txt []byte, w float64) [][]byte { // Text can be aligned, centered or justified. The cell block can be framed and // the background painted. See CellFormat() for more details. // +// The current position after calling MultiCell() is the beginning of the next +// line, equivalent to calling CellFormat with ln equal to 1. +// // w is the width of the cells. A value of zero indicates cells that reach to // the right margin. // -- cgit v1.2.1-24-ge1ad