michael@0: /***************************************************************************/ michael@0: /* */ michael@0: /* ft2build.h */ michael@0: /* */ michael@0: /* FreeType 2 build and setup macros. */ michael@0: /* */ michael@0: /* Copyright 1996-2001, 2006, 2013 by */ michael@0: /* David Turner, Robert Wilhelm, and Werner Lemberg. */ michael@0: /* */ michael@0: /* This file is part of the FreeType project, and may only be used, */ michael@0: /* modified, and distributed under the terms of the FreeType project */ michael@0: /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ michael@0: /* this file you indicate that you have read the license and */ michael@0: /* understand and accept it fully. */ michael@0: /* */ michael@0: /***************************************************************************/ michael@0: michael@0: michael@0: /*************************************************************************/ michael@0: /* */ michael@0: /* This is the `entry point' for FreeType header file inclusions. It is */ michael@0: /* the only header file which should be included directly; all other */ michael@0: /* FreeType header files should be accessed with macro names (after */ michael@0: /* including `ft2build.h'). */ michael@0: /* */ michael@0: /* A typical example is */ michael@0: /* */ michael@0: /* #include */ michael@0: /* #include FT_FREETYPE_H */ michael@0: /* */ michael@0: /*************************************************************************/ michael@0: michael@0: michael@0: #ifndef __FT2BUILD_H__ michael@0: #define __FT2BUILD_H__ michael@0: michael@0: #include michael@0: michael@0: #endif /* __FT2BUILD_H__ */ michael@0: michael@0: michael@0: /* END */