We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e32b6d commit 9d60da9Copy full SHA for 9d60da9
1 file changed
resource/MainWindow.manifest
@@ -2,10 +2,10 @@
2
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
3
<assemblyIdentity
4
version="1.0.0.0"
5
- name="LayoutTest"
+ name="TextLayoutSampler"
6
type="win32"
7
/>
8
- <description>Various tests of DWrite's TextLayout</description>
+ <description>Displays various Windows text rendering API's (GDI, GDI+, DWrite, Direct2D)</description>
9
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
10
<security>
11
<requestedPrivileges>
0 commit comments