ReactOS 0.4.16-dev-1059-gb1cf981
aflatin2.h
Go to the documentation of this file.
1/* ATTENTION: This file doesn't compile. It is only here as a reference */
2/* of an alternative latin hinting algorithm that was always */
3/* marked as experimental. */
4
5
6/****************************************************************************
7 *
8 * aflatin2.h
9 *
10 * Auto-fitter hinting routines for latin writing system
11 * (specification).
12 *
13 * Copyright (C) 2003-2019 by
14 * David Turner, Robert Wilhelm, and Werner Lemberg.
15 *
16 * This file is part of the FreeType project, and may only be used,
17 * modified, and distributed under the terms of the FreeType project
18 * license, LICENSE.TXT. By continuing to use, modify, or distribute
19 * this file you indicate that you have read the license and
20 * understand and accept it fully.
21 *
22 */
23
24
25#ifndef AFLATIN2_H_
26#define AFLATIN2_H_
27
28#include "afhints.h"
29
30
32
33
34 /* the `latin' writing system */
35
36 AF_DECLARE_WRITING_SYSTEM_CLASS( af_latin2_writing_system_class )
37
38
39/* */
40
42
43#endif /* AFLATIN_H_ */
44
45
46/* END */
#define AF_DECLARE_WRITING_SYSTEM_CLASS(writing_system_class)
Definition: aftypes.h:491
#define FT_END_HEADER
Definition: ftheader.h:54
#define FT_BEGIN_HEADER
Definition: ftheader.h:36