freetype2/src/psnames/psmodule.h

35 lines
1.4 KiB
C
Raw Normal View History

2000-06-22 02:27:15 +02:00
/***************************************************************************/
/* */
/* psmodule.h */
/* */
/* High-level PSNames module interface (specification). */
/* */
2000-06-25 08:47:11 +02:00
/* Copyright 1996-2000 by */
2000-06-22 02:27:15 +02: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 PSDRIVER_H
#define PSDRIVER_H
#include <ft2build.h>
#include FT_MODULE_H
FT_BEGIN_HEADER
2000-06-25 08:47:11 +02:00
FT_EXPORT_VAR( const FT_Module_Class ) psnames_module_class;
2000-06-22 02:27:15 +02:00
FT_END_HEADER
2000-06-25 08:47:11 +02:00
#endif /* PSDRIVER_H */
2000-06-22 02:27:15 +02:00
/* END */