32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
Hello World Sample
|
|
|
|
Demonstrates
|
|
===============================
|
|
Shows how to create a “Hello World” application by using DirectWrite.
|
|
|
|
Sample Language Implementations
|
|
===============================
|
|
This sample is available in the following language implementations:
|
|
C++
|
|
|
|
Files
|
|
===============================
|
|
* DWriteHelloWorld.h: Contains declarations and includes.
|
|
* DWriteHelloWorld.rc: Resource file.
|
|
* winmain.cpp: Application entry point and message loop.
|
|
* SimpleText.h: Header file for the SimpleText class.
|
|
* SimpleText.cpp: Implementation file for the SimpleText class.
|
|
* CustomText.h: Header file for the CustomText class.
|
|
* CustomText.cpp: Implementation file for the CustomText class.
|
|
* MultiformattedText.h: Header file for the MultiformattedText class.
|
|
* MultiformattedText.cpp: Implementation file for the MultiformattedText class.
|
|
* TabWindow.h: Header file for the TabWindow class.
|
|
* TabWindow.cpp: Implementation file for the TabWindow class.
|
|
* DeclareDPIAware.manifest: Declares that the application will work on high DPI display modes.
|
|
|
|
|
|
Prerequisites
|
|
===============================
|
|
Microsoft Windows® 7
|
|
Windows® Software Development Kit (SDK) for Windows 7 and .NET Framework 3.5 Service Pack 1: Beta release
|