Skip to content

Commit 21ad88d

Browse files
committed
Minor readme headline polish
1 parent d48efa9 commit 21ad88d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# TextLayoutSampler
22
Utility to display text drawn via multiple Windows API's simultaneously, to compare differences in rendering, font selection, and glyph shaping.
33

4-
Supports:
4+
## Supports:
55
- DirectWrite, Direct2D, GDI, GDI+ API's
66
- Various attributes: weight, width, slope, family, direction, locale, font size, text color, back color, rotation, pixel zoom...
77
- Arbitrary number of text objects with different attributes.
88
- Requires Windows 7+. Certain features like Direct2D SVG rendering requires Windows 10 RS4+.
99

10-
Building:
10+
## Building:
1111
- Open TextLayoutSampler.sln in Visual Studio Professional/Community 2019 16.9.3. VS 2017 is too old, as it lacks template constraints.
1212
- If C++ modules crash the compiler, use normal header files via USE_CPP_MODULES=0 in the project properties preprocessor definitions.
1313

0 commit comments

Comments
 (0)