From 63654a7adf0e2960f63d2e20ccf3900d274fa410 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 5 Jul 2000 04:49:03 +0000 Subject: Changed print colour mode to have black on white as well as invert light states. --- doc/ScintillaDoc.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 6c652e614..456875111 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -750,8 +750,8 @@ SCI_STOPRECORD EM_FORMATRANGE SCI_SETPRINTMAGNIFICATION(int magnification) SCI_GETPRINTMAGNIFICATION -SCI_SETPRINTINVERTLIGHT(bool invert) -SCI_GETPRINTINVERTLIGHT +SCI_SETPRINTCOLOURMODE(int mode) +SCI_GETPRINTCOLOURMODE

On Windows EM_FORMATRANGE can be used to draw the text onto a display context which can @@ -760,8 +760,12 @@ SCI_GETPRINTINVERTLIGHT

To print at a different size than drawing on screen use SCI_SETPRINTMAGNIFICATION with a value which is the number of points to add to each style. -3 or -4 gives reasonable small print. +

+

If a black background is used on the screen then it is best to invert the light value of all colours - with SCI_SETPRINTINVERTLIGHT when printing to give a white bavkground. + with SCI_SETPRINTCOLOURMODE(SC_PRINT_INVERTLIGHT) when printing to give a + white background. If intermediate tones are used on screen then black on white print can be + chosen with SCI_SETPRINTCOLOURMODE(SC_PRINT_BLACKONWHITE).

Multiple Views -- cgit v1.2.3