2018-06-03 09:01:17 +02:00
|
|
|
/****************************************************************************
|
|
|
|
*
|
|
|
|
* t42drivr.h
|
|
|
|
*
|
|
|
|
* High-level Type 42 driver interface (specification).
|
|
|
|
*
|
2021-01-17 07:18:48 +01:00
|
|
|
* Copyright (C) 2002-2021 by
|
2018-06-03 09:01:17 +02:00
|
|
|
* Roberto Alameda.
|
|
|
|
*
|
|
|
|
* 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.
|
|
|
|
*
|
|
|
|
*/
|
2002-06-07 09:23:06 +02:00
|
|
|
|
|
|
|
|
2016-01-12 21:37:13 +01:00
|
|
|
#ifndef T42DRIVR_H_
|
|
|
|
#define T42DRIVR_H_
|
2002-06-07 09:23:06 +02:00
|
|
|
|
|
|
|
|
2020-06-08 13:31:55 +02:00
|
|
|
#include <freetype/internal/ftdrv.h>
|
2002-06-07 09:23:06 +02:00
|
|
|
|
|
|
|
|
|
|
|
FT_BEGIN_HEADER
|
|
|
|
|
|
|
|
FT_EXPORT_VAR( const FT_Driver_ClassRec ) t42_driver_class;
|
|
|
|
|
|
|
|
FT_END_HEADER
|
|
|
|
|
2002-06-08 08:47:18 +02:00
|
|
|
|
2016-01-12 21:37:13 +01:00
|
|
|
#endif /* T42DRIVR_H_ */
|
2002-06-07 09:23:06 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* END */
|