freetype2/src/sfnt/sfdriver.h

39 lines
1.4 KiB
C
Raw Normal View History

1999-12-17 00:11:37 +01:00
/***************************************************************************/
/* */
/* sfdriver.h */
/* */
/* High-level SFNT driver interface (specification). */
/* */
/* Copyright 1996-2001 by */
1999-12-17 00:11:37 +01:00
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
/* modified, and distributed under the terms of the FreeType project */
/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
/* this file you indicate that you have read the license and */
/* understand and accept it fully. */
/* */
/***************************************************************************/
#ifndef __SFDRIVER_H__
#define __SFDRIVER_H__
1999-12-17 00:11:37 +01:00
2000-12-08 17:17:16 +01:00
#include <ft2build.h>
#include FT_MODULE_H
FT_BEGIN_HEADER
2000-12-08 17:17:16 +01:00
2000-06-25 08:47:11 +02:00
FT_EXPORT_VAR( const FT_Module_Class ) sfnt_module_class;
1999-12-17 00:11:37 +01:00
2000-12-08 17:17:16 +01:00
FT_END_HEADER
#endif /* __SFDRIVER_H__ */
1999-12-17 00:11:37 +01:00
/* END */