terminal/src/renderer/dx
Daniel Griffen 0219781753 Allow the DX rendering engine to run on Windows 7 (#1274)
Certain DirectX features are unavailable on windows 7. The important ones as they are used in the DX renderer are color font rendering and fallback font support. Color fonts did not exist at all on windows 7 so running basic glyphrun rendering should work just fine.

Fallback font support was not exposed to the user in windows 7, making dealing with them difficult. Rather than try to get some workarounds to properly enable it I have opted to just conditionally disable the support on windows 7.
2019-07-11 15:20:15 -07:00
..
lib Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
CustomTextLayout.cpp Allow the DX rendering engine to run on Windows 7 (#1274) 2019-07-11 15:20:15 -07:00
CustomTextLayout.h Allow the DX rendering engine to run on Windows 7 (#1274) 2019-07-11 15:20:15 -07:00
CustomTextRenderer.cpp Allow the DX rendering engine to run on Windows 7 (#1274) 2019-07-11 15:20:15 -07:00
CustomTextRenderer.h add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
dirs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
DxRenderer.cpp Allow the DX rendering engine to run on Windows 7 (#1274) 2019-07-11 15:20:15 -07:00
DxRenderer.hpp Allow the DX rendering engine to run on Windows 7 (#1274) 2019-07-11 15:20:15 -07:00
precomp.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
sources.inc Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00