blob: c33ff7697f7a516352a58d6d58c22ca6348ce76b [file] [log] [blame]
David Turnerd2b1f351999-12-16 23:11:37 +00001/***************************************************************************/
2/* */
3/* ttdriver.h */
4/* */
5/* High-level TrueType driver interface (specification). */
6/* */
Werner Lemberg78575dc2000-06-12 19:36:41 +00007/* Copyright 1996-2000 by */
David Turnerd2b1f351999-12-16 23:11:37 +00008/* 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 __TTDRIVER_H__
20#define __TTDRIVER_H__
David Turnerd2b1f351999-12-16 23:11:37 +000021
Werner Lembergcc069be2000-12-08 16:17:16 +000022
David Turner19ed8af2000-12-08 02:42:29 +000023#include <ft2build.h>
24#include FT_INTERNAL_DRIVER_H
David Turnerd2b1f351999-12-16 23:11:37 +000025
Werner Lembergcc069be2000-12-08 16:17:16 +000026
David Turner19ed8af2000-12-08 02:42:29 +000027FT_BEGIN_HEADER
Werner Lembergc713d922000-08-01 13:17:04 +000028
Werner Lembergcc069be2000-12-08 16:17:16 +000029
David Turnerf0df85b2000-06-22 00:17:42 +000030 FT_EXPORT_VAR( const FT_Driver_Class ) tt_driver_class;
David Turnerd2b1f351999-12-16 23:11:37 +000031
32
David Turner19ed8af2000-12-08 02:42:29 +000033FT_END_HEADER
Werner Lembergc713d922000-08-01 13:17:04 +000034
Werner Lemberg90d99642000-12-09 00:45:38 +000035#endif /* __TTDRIVER_H__ */
David Turnerd2b1f351999-12-16 23:11:37 +000036
37
38/* END */