You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The code (#include <d3d11_1.h> etc.) no longer builds with Windows 7 SDK (used by v141_xp Win32 builds), it also has extra runtime dependency on D3D11.DLL (Windows 7 SP1, Server 2008 R2).
We can add a new rendering technology (e.g. Direct3D) for SC_TECHNOLOGY_DIRECT_WRITE_1.
The text was updated successfully, but these errors were encountered:
https://sourceforge.net/p/scintilla/code/ci/754f7d05d59e64bc655f6dfff91b71d64621e1dc/
The code (
#include <d3d11_1.h>
etc.) no longer builds with Windows 7 SDK (used byv141_xp
Win32 builds), it also has extra runtime dependency onD3D11.DLL
(Windows 7 SP1, Server 2008 R2).We can add a new rendering technology (e.g.

Direct3D
) forSC_TECHNOLOGY_DIRECT_WRITE_1
.The text was updated successfully, but these errors were encountered: