diff options
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 7435fccfd..e3fddb00a 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3580,7 +3580,7 @@ struct RangeToFormat { <code>rc</code> is the rectangle to render the text in (which will, of course, fit within the rectangle defined by rcPage).<br /> <code>chrg.cpMin</code> and <code>chrg.cpMax</code> define the start position and maximum - position of characters to output.</p> + position of characters to output. All of each line within this character range is drawn.</p> <p>When printing, the most tedious part is always working out what the margins should be to allow for the non-printable area of the paper and printing a header and footer. If you look at |