Skip to content

Commit 29b9d20

Browse files
authored
Update README.md
Move screenshot near top.
1 parent 42d2d60 commit 29b9d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

4+
![Image of TextLayoutSampler](TextLayoutSampler.png)
5+
46
## Supports:
57
- DirectWrite, Direct2D, GDI, GDI+ API's
68
- Various attributes: weight, width, slope, family, direction, locale, font size, text color, back color, rotation, pixel zoom...
@@ -10,5 +12,3 @@ This utility displays text drawn via multiple Windows API's simultaneously, to c
1012
## Building:
1113
- Open TextLayoutSampler.sln in Visual Studio Professional/Community 2019 16.9.3. VS 2017 is too old, as it lacks template constraints.
1214
- If C++ modules crash the compiler, use normal header files via USE_CPP_MODULES=0 in the project properties preprocessor definitions.
13-
14-
![Image of TextLayoutSampler](TextLayoutSampler.png)

0 commit comments

Comments
 (0)