2018-06-03 09:01:17 +02:00
|
|
|
/****************************************************************************
|
|
|
|
*
|
|
|
|
* afindic.h
|
|
|
|
*
|
|
|
|
* Auto-fitter hinting routines for Indic writing system
|
|
|
|
* (specification).
|
|
|
|
*
|
2021-01-17 07:18:48 +01:00
|
|
|
* Copyright (C) 2007-2021 by
|
2018-06-03 09:01:17 +02:00
|
|
|
* Rahul Bhalerao <rahul.bhalerao@redhat.com>, <b.rahul.pm@gmail.com>.
|
|
|
|
*
|
|
|
|
* 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.
|
|
|
|
*
|
|
|
|
*/
|
2007-06-26 06:44:35 +02:00
|
|
|
|
|
|
|
|
2016-01-12 21:37:13 +01:00
|
|
|
#ifndef AFINDIC_H_
|
|
|
|
#define AFINDIC_H_
|
2007-06-26 06:44:35 +02:00
|
|
|
|
|
|
|
#include "afhints.h"
|
|
|
|
|
|
|
|
|
|
|
|
FT_BEGIN_HEADER
|
|
|
|
|
|
|
|
|
2013-07-31 22:49:29 +02:00
|
|
|
/* the `indic' writing system */
|
2007-06-26 06:44:35 +02:00
|
|
|
|
2013-07-31 22:49:29 +02:00
|
|
|
AF_DECLARE_WRITING_SYSTEM_CLASS( af_indic_writing_system_class )
|
|
|
|
|
|
|
|
|
2007-06-26 06:44:35 +02:00
|
|
|
/* */
|
|
|
|
|
|
|
|
FT_END_HEADER
|
|
|
|
|
2016-01-12 21:37:13 +01:00
|
|
|
#endif /* AFINDIC_H_ */
|
2007-06-26 06:44:35 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* END */
|