Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygentruetype.c
Go to the documentation of this file.
00001 /***************************************************************************/ 00002 /* */ 00003 /* truetype.c */ 00004 /* */ 00005 /* FreeType TrueType driver component (body only). */ 00006 /* */ 00007 /* Copyright 1996-2001, 2004, 2006 by */ 00008 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ 00009 /* */ 00010 /* This file is part of the FreeType project, and may only be used, */ 00011 /* modified, and distributed under the terms of the FreeType project */ 00012 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 00013 /* this file you indicate that you have read the license and */ 00014 /* understand and accept it fully. */ 00015 /* */ 00016 /***************************************************************************/ 00017 00018 00019 #define FT_MAKE_OPTION_SINGLE_OBJECT 00020 00021 #include <ft2build.h> 00022 #include "ttpic.c" 00023 #include "ttdriver.c" /* driver interface */ 00024 #include "ttpload.c" /* tables loader */ 00025 #include "ttgload.c" /* glyph loader */ 00026 #include "ttobjs.c" /* object manager */ 00027 00028 #ifdef TT_USE_BYTECODE_INTERPRETER 00029 #include "ttinterp.c" 00030 #endif 00031 00032 #ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT 00033 #include "ttgxvar.c" /* gx distortable font */ 00034 #endif 00035 00036 00037 /* END */ Generated on Sun May 27 2012 04:34:02 for ReactOS by
1.7.6.1
|