From 1ff212a46192cb86fcb6451848b200898a28f6ff Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 12 Feb 2025 13:19:09 +1100 Subject: 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. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 4de92e1b8..c976af1ea 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -1127,6 +1127,7 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP #define SC_TECHNOLOGY_DIRECTWRITE 1 #define SC_TECHNOLOGY_DIRECTWRITERETAIN 2 #define SC_TECHNOLOGY_DIRECTWRITEDC 3 +#define SC_TECHNOLOGY_DIRECT_WRITE_1 4 #define SCI_SETTECHNOLOGY 2630 #define SCI_GETTECHNOLOGY 2631 #define SCI_CREATELOADER 2632 -- cgit v1.2.3