terminal/src/renderer
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
..
base add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
dx Allow the DX rendering engine to run on Windows 7 (#1274) 2019-07-11 15:20:15 -07:00
gdi add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
inc add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
vt add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
wddmcon 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