File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ Supports:
66- DirectWrite, Direct2D, GDI, GDI+
77- Requires Windows 7+. Certain features like Direct2D SVG rendering requires Windows 10 RS4.
88
9- C++, compiled with Visual Studio Professional 2019 16.5.4 (Community Edition should work too).
9+ C++, compiled with Visual Studio Professional 2019 16.9.3 (Community Edition should work too). VS 2017 is too old, as it lacks template constraints .
1010Note the project now uses C++ modules.
11- To use normal header files, USE_CPP_MODULES=0 in the project properties preprocessor definitions.
12- This will also let you use VS 2017 Version 15.6.5 (the compiler crashed when trying to use modules).
13-
11+ To use normal header files, USE_CPP_MODULES=0 in the project properties preprocessor definitions, because modules tend to crash the compiler.
12+
1413![ Image of TextLayoutSampler] ( TextLayoutSampler.png )
You can’t perform that action at this time.
0 commit comments