From a2974344c76ff333a5a8edca58d261bc7afc68a0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 20 Oct 2005 10:38:33 +0000 Subject: Explanation about printing whole lines only. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') 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 { rc is the rectangle to render the text in (which will, of course, fit within the rectangle defined by rcPage).
chrg.cpMin and chrg.cpMax define the start position and maximum - position of characters to output.

+ position of characters to output. All of each line within this character range is drawn.

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 -- cgit v1.2.3