blob: 846e0b1b584ba68ae21236c5dd17b2de6c781837 [file] [log] [blame]
David Turner19ed8af2000-12-08 02:42:29 +00001/***************************************************************************/
2/* */
3/* cffdrivr.h */
4/* */
5/* High-level OpenType driver interface (specification). */
6/* */
7/* Copyright 1996-2000 by */
8/* David Turner, Robert Wilhelm, and Werner Lemberg. */
9/* */
10/* This file is part of the FreeType project, and may only be used, */
11/* modified, and distributed under the terms of the FreeType project */
12/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13/* this file you indicate that you have read the license and */
14/* understand and accept it fully. */
15/* */
16/***************************************************************************/
17
18
Werner Lemberg90d99642000-12-09 00:45:38 +000019#ifndef __CFFDRIVER_H__
20#define __CFFDRIVER_H__
21
David Turner19ed8af2000-12-08 02:42:29 +000022
23#include <ft2build.h>
24#include FT_INTERNAL_DRIVER_H
25
Werner Lemberg90d99642000-12-09 00:45:38 +000026
David Turner19ed8af2000-12-08 02:42:29 +000027FT_BEGIN_HEADER
28
Werner Lembergcc069be2000-12-08 16:17:16 +000029
David Turner19ed8af2000-12-08 02:42:29 +000030 FT_CALLBACK_TABLE
31 const FT_Driver_Class cff_driver_class;
32
33
34FT_END_HEADER
35
Werner Lemberg90d99642000-12-09 00:45:38 +000036#endif /* __CFFDRIVER_H__ */
David Turner19ed8af2000-12-08 02:42:29 +000037
38
39/* END */