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 2003-2018 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 31 FT_BEGIN_HEADER 32 33 34 /* the `latin' writing system */ 35 36 AF_DECLARE_WRITING_SYSTEM_CLASS( af_latin2_writing_system_class ) 37 38 39 /* */ 40 41 FT_END_HEADER 42 43 #endif /* AFLATIN_H_ */ 44 45 46 /* END */ 47