aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2012-01-25 08:09:18 +1100
committernyamatongwe <nyamatongwe@gmail.com>2012-01-25 08:09:18 +1100
commit79704611ff7dc8ce16e618d732708ce404f40272 (patch)
tree46bb3817c6a9e77708d3329545aa4e1c76bbc3eb /doc/ScintillaDoc.html
parent26cd4112be5f27565bc71b400cb882265928919e (diff)
parent2d1179def141aede46d3e8da8a903d8a43254750 (diff)
downloadscintilla-mirror-79704611ff7dc8ce16e618d732708ce404f40272.tar.gz
Merge
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 242f3788d..2e8406ba6 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -79,7 +79,7 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 4/December/2011 NH</p>
+ <p>Last edited 24/January/2012 NH</p>
<p>There is <a class="jump" href="Design.html">an overview of the internal design of
Scintilla</a>.<br />
@@ -3065,6 +3065,8 @@ struct Sci_TextToFind {
On most platforms, the only choice is <code>SC_TECHNOLOGY_DEFAULT</code> (0).
On Windows Vista or later, <code>SC_TECHNOLOGY_DIRECTWRITE</code> (1)
can be chosen to use the Direct2D and DirectWrite APIs for higher quality antialiased drawing.</p>
+ <p>Since Direct2D buffers drawing, Scintilla's buffering should be turned off with
+ <code>SCI_SETBUFFEREDDRAW(0);</code>. This causes DirectWrite to use better quality antialiasing.</p>
<p><b id="SCI_SETFONTQUALITY">SCI_SETFONTQUALITY(int fontQuality)</b><br />
<b id="SCI_GETFONTQUALITY">SCI_GETFONTQUALITY</b><br />