shithub: freetype+ttf2subf

ref: c06eb3b73a07f18e24634bd96d3ef791bc43a3dc
dir: /src/truetype/ttdriver.h/

View raw version
/***************************************************************************/
/*                                                                         */
/*  ttdriver.h                                                             */
/*                                                                         */
/*    High-level TrueType driver interface (specification).                */
/*                                                                         */
/*  Copyright 1996-1999 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 TTDRIVER_H
#define TTDRIVER_H

#include <freetype/internal/ftdriver.h>
#include <freetype/ttnameid.h>
#include <ttobjs.h>
#include <tterrors.h>


  EXPORT_VAR(const FT_DriverInterface)  tt_driver_interface;


#endif /* TTDRIVER_H */


/* END */