From 3f2dc73d5a565121db00f4a0f050a48910b51623 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 4 Apr 2025 13:24:41 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- doc/en/classTQextScintillaPrinter.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/en/classTQextScintillaPrinter.html') diff --git a/doc/en/classTQextScintillaPrinter.html b/doc/en/classTQextScintillaPrinter.html index 7effa76..18f0384 100644 --- a/doc/en/classTQextScintillaPrinter.html +++ b/doc/en/classTQextScintillaPrinter.html @@ -121,7 +121,7 @@ Destroys the TQextScintilla

-Format a page, by adding headers and footers for example, before the document text is drawn on it. painter is the painter to be used to add customised text and graphics. drawing is TRUE if the page is actually being drawn rather than being sized. painter drawing methods must only be called when drawing is TRUE. area is the area of the page that will be used to draw the text. This should be modified if it is necessary to reserve space for any customised text or graphics. By default the area is relative to the printable area of the page. Use TQPrinter::setFullPage() because calling printRange() if you want to try and print over the whole page. pagenr is the number of the page. The first page is numbered 1. +Format a page, by adding headers and footers for example, before the document text is drawn on it. painter is the painter to be used to add customised text and graphics. drawing is true if the page is actually being drawn rather than being sized. painter drawing methods must only be called when drawing is true. area is the area of the page that will be used to draw the text. This should be modified if it is necessary to reserve space for any customised text or graphics. By default the area is relative to the printable area of the page. Use TQPrinter::setFullPage() because calling printRange() if you want to try and print over the whole page. pagenr is the number of the page. The first page is numbered 1.

@@ -199,7 +199,7 @@ Sets the number of points to add to each font when printing to magnification

-Print a range of lines from the Scintilla instance tqsb. from is the first line to print and a negative value signifies the first line of text. to is the last line to print and a negative value signifies the last line of text. TRUE is returned if there was no error. +Print a range of lines from the Scintilla instance tqsb. from is the first line to print and a negative value signifies the first line of text. to is the last line to print and a negative value signifies the last line of text. true is returned if there was no error.

-- cgit v1.2.3