freetype2/src/cid/cidriver.h

44 lines
1.5 KiB
C
Raw Normal View History

/***************************************************************************/
/* */
/* cidriver.h */
/* */
/* High-level CID driver interface (specification). */
/* */
2015-01-17 20:41:43 +01:00
/* Copyright 1996-2015 by */
/* 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 __CIDRIVER_H__
#define __CIDRIVER_H__
2000-12-08 17:17:16 +01:00
#include <ft2build.h>
#include FT_INTERNAL_DRIVER_H
FT_BEGIN_HEADER
#ifdef FT_CONFIG_OPTION_PIC
#error "this module does not support PIC yet"
2012-01-16 18:00:24 +01:00
#endif
2000-12-08 17:17:16 +01:00
FT_CALLBACK_TABLE
2002-03-30 18:08:04 +01:00
const FT_Driver_ClassRec t1cid_driver_class;
2000-12-08 17:17:16 +01:00
FT_END_HEADER
#endif /* __CIDRIVER_H__ */
/* END */