diff options
author | Neil <nyamatongwe@gmail.com> | 2025-02-12 13:19:09 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2025-02-12 13:19:09 +1100 |
commit | 1ff212a46192cb86fcb6451848b200898a28f6ff (patch) | |
tree | d3083f62f7c814c28fa73a57c3f2465e80259ab4 /doc | |
parent | 876871f0391de2730ac7562491d5cffb5fdd9ed1 (diff) | |
download | scintilla-mirror-1ff212a46192cb86fcb6451848b200898a28f6ff.tar.gz |
Implement Direct2D/DirectWrite 1.1. Add SC_TECHNOLOGY_DIRECT_WRITE_1 to use an
explicit swap chain and ID2D1DeviceContext.
Stop supporting DirectWrite on Windows Vista.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 5bcc93dfb..c9f423488 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -605,6 +605,12 @@ Serialize selection type and ranges with SCI_GETSELECTIONSERIALIZED and SCI_SETSELECTIONSERIALIZED. </li> <li> + For Win32, update Direct2D and DirectWrite interfaces used to 1.1 and add a lower-level approach to calling DirectWrite 1.1 + by specifying SC_TECHNOLOGY_DIRECT_WRITE_1. + Since Windows Vista does not support these API versions, Scintilla o longer supports DirectWrite on Windows Vista and will + fall back to using GDI. + </li> + <li> Fix segmentation of long lexemes to avoid breaking before modifiers like accents that must be drawn with their base letters. </li> <li> |