blob: 207e06e1b20e9c3765299c208b5d23b0cf7b43f6 [file] [log] [blame]
David Turnerd2b1f351999-12-16 23:11:37 +00001/***************************************************************************/
2/* */
3/* ttdriver.h */
4/* */
5/* High-level TrueType driver interface (specification). */
6/* */
7/* Copyright 1996-1999 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
19#ifndef TTDRIVER_H
20#define TTDRIVER_H
21
David Turnerefce08d2000-05-11 18:23:52 +000022#include <freetype/internal/ftdriver.h>
23#include <freetype/ttnameid.h>
David Turnerd2b1f351999-12-16 23:11:37 +000024#include <ttobjs.h>
25#include <tterrors.h>
David Turnerd2b1f351999-12-16 23:11:37 +000026
27
David Turnerbfe2f982000-05-12 12:17:15 +000028 EXPORT_VAR(const FT_DriverInterface) tt_driver_interface;
David Turnerd2b1f351999-12-16 23:11:37 +000029
30
David Turnerd2b1f351999-12-16 23:11:37 +000031#endif /* TTDRIVER_H */
32
33
34/* END */