00001 /***************************************************************************/ 00002 /* */ 00003 /* otvmod.h */ 00004 /* */ 00005 /* FreeType's OpenType validation module implementation */ 00006 /* (specification). */ 00007 /* */ 00008 /* Copyright 2004 by */ 00009 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ 00010 /* */ 00011 /* This file is part of the FreeType project, and may only be used, */ 00012 /* modified, and distributed under the terms of the FreeType project */ 00013 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 00014 /* this file you indicate that you have read the license and */ 00015 /* understand and accept it fully. */ 00016 /* */ 00017 /***************************************************************************/ 00018 00019 00020 #ifndef __OTVMOD_H__ 00021 #define __OTVMOD_H__ 00022 00023 00024 #include <ft2build.h> 00025 #include FT_MODULE_H 00026 00027 00028 FT_BEGIN_HEADER 00029 00030 #ifdef FT_CONFIG_OPTION_PIC 00031 #error "this module does not support PIC yet" 00032 #endif 00033 00034 00035 FT_EXPORT_VAR( const FT_Module_Class ) otv_module_class; 00036 00037 00038 FT_END_HEADER 00039 00040 #endif /* __OTVMOD_H__ */ 00041 00042 00043 /* END */