summaryrefslogtreecommitdiffstats
path: root/doc/en/classTQextScintillaPrinter.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:24:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-05 11:28:53 +0900
commitaa50195215adca66e19a1bbaaa45791a570d4c77 (patch)
tree3a2f1b4b88fc316e2c3d87b5e83058cb346b2852 /doc/en/classTQextScintillaPrinter.html
parent6923f459303f67484c216514ed048333abc931e6 (diff)
downloadtqscintilla-r14.1.x.tar.gz
tqscintilla-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/falser14.1.4r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3f2dc73d5a565121db00f4a0f050a48910b51623)
Diffstat (limited to 'doc/en/classTQextScintillaPrinter.html')
-rw-r--r--doc/en/classTQextScintillaPrinter.html4
1 files changed, 2 insertions, 2 deletions
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 <a class="el" href="classTQextScintillaPrinter.html">TQextScintilla
<div class="memdoc">
<p>
-Format a page, by adding headers and footers for example, before the document text is drawn on it. <em>painter</em> is the painter to be used to add customised text and graphics. <em>drawing</em> is TRUE if the page is actually being drawn rather than being sized. <em>painter</em> drawing methods must only be called when <em>drawing</em> is TRUE. <em>area</em> 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 <a class="el" href="classTQextScintillaPrinter.html#31d261de4a31e82646f4f75d1a6085f6">printRange()</a> if you want to try and print over the whole page. <em>pagenr</em> 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. <em>painter</em> is the painter to be used to add customised text and graphics. <em>drawing</em> is true if the page is actually being drawn rather than being sized. <em>painter</em> drawing methods must only be called when <em>drawing</em> is true. <em>area</em> 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 <a class="el" href="classTQextScintillaPrinter.html#31d261de4a31e82646f4f75d1a6085f6">printRange()</a> if you want to try and print over the whole page. <em>pagenr</em> is the number of the page. The first page is numbered 1.
</div>
</div><p>
<a class="anchor" name="a990192f1b73683409f23b0bb1ba3e94"></a><!-- doxytag: member="TQextScintillaPrinter::magnification" ref="a990192f1b73683409f23b0bb1ba3e94" args="() const " -->
@@ -199,7 +199,7 @@ Sets the number of points to add to each font when printing to <em>magnification
<div class="memdoc">
<p>
-Print a range of lines from the Scintilla instance <em>tqsb</em>. <em>from</em> is the first line to print and a negative value signifies the first line of text. <em>to</em> 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 <em>tqsb</em>. <em>from</em> is the first line to print and a negative value signifies the first line of text. <em>to</em> is the last line to print and a negative value signifies the last line of text. true is returned if there was no error.
</div>
</div><p>
<a class="anchor" name="8aba0d63efee1fb2d6b5609c9120f970"></a><!-- doxytag: member="TQextScintillaPrinter::wrapMode" ref="8aba0d63efee1fb2d6b5609c9120f970" args="() const " -->