agg/examples/win32_api/freetype_test
George Sokianos e1ed5fc219 Initial commit with agg r138 svn files 2021-12-27 19:14:31 +00:00
..
Makefile Initial commit with agg r138 svn files 2021-12-27 19:14:31 +00:00
freetype_test.dsp Initial commit with agg r138 svn files 2021-12-27 19:14:31 +00:00
freetype_test.dsw Initial commit with agg r138 svn files 2021-12-27 19:14:31 +00:00
freetype_test.vcxproj Initial commit with agg r138 svn files 2021-12-27 19:14:31 +00:00
readme Initial commit with agg r138 svn files 2021-12-27 19:14:31 +00:00

readme

This example demonstrates the use of the FreeType font rendering 
engine (http://freetype.org). Please get file "timesi.ttf" before 
running this example. You can copy timesi.zip from ..\..\art 

Note that the building environment expects 
FreeType installed into the root directory, that is, "\freetype2". 
It supposed to be compiled in "Debug" and "Release" configurations. 
If you install FreeType somewhere else please correct the paths
to the include and library directories.