Hash :
84869ec7
Author :
Date :
2008-05-23T00:46:08
* Provide a helper class for walking potentially-multibyte unicode strings. * Provide support for multibyte encodings (UTF-8, UTF-16) in FTFont and derived classes, and in FTSimpleLayout. * Put a few UTF-8 strings in non-latin codeplanes in FTGLDemo (toggle at compile-time) for testing. * FTSimpleLayout should be tested extensively before release. I would be surprised if I didn't break at least one unusual use case.
FTGL Version 2.0 FTGL on windows can be built a ether a dynamic link library (DLL) with export lib (lib) or a static library (lib). All files will be built in the build directory that will be created in this directory. FTGL requires the Freetype2 library (version 2.3.5 r). You will need to define the environment variable FREETYPE to contain the full path to your freetype2 sources. the VC8 dir contains projects for use with Visual C++ 2005 and 2008, and can build both the dynamic and static libs. the VC71 dir contains projects for use with Visual C++ 2003 and can only build a dynamic lib. To use FTGL in your own projects you will need to link against ether the static lib, or the DLL export lib All builds use the multithreaded runtimes. Your project will also need to include freetype2 and OpenGL. For instructions on using Freetype go to www.freetype.org For instructions on using OpenGL go to www.opengl.org