diff options
author | Markus Nißl <unknown> | 2022-11-26 22:28:13 +1100 |
---|---|---|
committer | Markus Nißl <unknown> | 2022-11-26 22:28:13 +1100 |
commit | a179c1bd5f83c7b6c649fadbf98ffb2309e50adc (patch) | |
tree | aab797c3e9b0abb491e6e5096aee13e8d8f8fce8 /doc/ScintillaHistory.html | |
parent | b9cef6c5e4baa41bfe1ff073d662153cb44880d7 (diff) | |
download | scintilla-mirror-a179c1bd5f83c7b6c649fadbf98ffb2309e50adc.tar.gz |
Bug [#2344]. Avoid blurry display with DirectWrite in GDI scaling mode.
https://sourceforge.net/p/scintilla/code/merge-requests/28/
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index d3787329c..2f9cf9d82 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -602,6 +602,10 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1459/">Feature #1459</a>. </li> <li> + On Win32, avoid blurry display with DirectWrite in GDI scaling mode. + <a href="https://sourceforge.net/p/scintilla/bugs/2344/">Bug #2344</a>. + </li> + <li> On Win32, use the top-level window to find the monitor for DirectWrite rendering parameters. Temporarily switch DPI awareness to find correct monitor in GDI scaling mode. <a href="https://sourceforge.net/p/scintilla/bugs/2344/">Bug #2344</a>. |