aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-10-20 10:38:33 +0000
committernyamatongwe <unknown>2005-10-20 10:38:33 +0000
commit4736088560250adababda0bbebaaa4dfcde084ad (patch)
treea23c64f370ba30bc29dc87631272ec75c47c30fa
parente151a287e929563f631f1ea4f17048e82034458f (diff)
downloadscintilla-mirror-4736088560250adababda0bbebaaa4dfcde084ad.tar.gz
Explanation about printing whole lines only.
-rw-r--r--doc/ScintillaDoc.html2
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