blob: c6d9cf1e3851156dca18ca0faabb14c13565b890 [file] [log] [blame]
/***************************************************************************/
/* */
/* otdriver.h */
/* */
/* High-level OpenType driver interface (specification). */
/* */
/* Copyright 2003 by */
/* Masatake YAMATO and Redhat K.K. */
/* */
/* This file 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. */
/* */
/***************************************************************************/
/***************************************************************************/
/* Development of the code in this file is support of */
/* Information-technology Promotion Agency, Japan. */
/***************************************************************************/
#ifndef __OTDRIVER_H__
#define __OTDRIVER_H__
#include <ft2build.h>
#include FT_INTERNAL_DRIVER_H
FT_BEGIN_HEADER
FT_CALLBACK_TABLE
const FT_Driver_ClassRec ot_driver_class;
FT_END_HEADER
#endif /* __OTDRIVER_H__ */
/* END */