HelloWorld is a test program to demonstrate integrating Graphite into a simple
Windows application. The program integrates with a simple GDI Windows program.

First install the SILDoulos PigLatinDemo font (piglatin.ttf).

To build the program:

    cd examples\HelloWorld
    nmake CFG="debug"

In order to build using Visual Studio 2005, you may need to add the following options:

    /D "_CRT_SECURE_NO_DEPRECATE"
    /Zc:wchar_t-

To run the program, run debug\helloworld.exe.

The result on the screen should be:

    Ellohay Orldway!

to tidy up:

nmake realclean
cd ..\..
nmake realclean

