2016-03-26 08:31:19 +01:00
|
|
|
/* ATTENTION: This file doesn't compile. It is only here as a reference */
|
|
|
|
/* of an alternative latin hinting algorithm that was always */
|
|
|
|
/* marked as experimental. */
|
|
|
|
|
|
|
|
|
2018-06-03 09:01:17 +02:00
|
|
|
/****************************************************************************
|
|
|
|
*
|
|
|
|
* aflatin2.h
|
|
|
|
*
|
|
|
|
* Auto-fitter hinting routines for latin writing system
|
|
|
|
* (specification).
|
|
|
|
*
|
2019-02-23 10:07:09 +01:00
|
|
|
* Copyright (C) 2003-2019 by
|
2018-06-03 09:01:17 +02:00
|
|
|
* 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.
|
|
|
|
*
|
|
|
|
*/
|
2007-06-11 07:37:35 +02:00
|
|
|
|
|
|
|
|
2016-01-12 21:37:13 +01:00
|
|
|
#ifndef AFLATIN2_H_
|
|
|
|
#define AFLATIN2_H_
|
2007-06-11 07:37:35 +02:00
|
|
|
|
|
|
|
#include "afhints.h"
|
|
|
|
|
|
|
|
|
|
|
|
FT_BEGIN_HEADER
|
|
|
|
|
|
|
|
|
2013-07-31 22:49:29 +02:00
|
|
|
/* the `latin' writing system */
|
|
|
|
|
|
|
|
AF_DECLARE_WRITING_SYSTEM_CLASS( af_latin2_writing_system_class )
|
|
|
|
|
|
|
|
|
2007-06-11 07:37:35 +02:00
|
|
|
/* */
|
|
|
|
|
|
|
|
FT_END_HEADER
|
|
|
|
|
2016-01-12 21:37:13 +01:00
|
|
|
#endif /* AFLATIN_H_ */
|
2007-06-11 07:37:35 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* END */
|