2013-08-02 20:25:21 +02:00
|
|
|
/***************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* afscript.h */
|
|
|
|
/* */
|
|
|
|
/* Auto-fitter scripts (specification only). */
|
|
|
|
/* */
|
|
|
|
/* Copyright 2013 by */
|
|
|
|
/* 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. */
|
|
|
|
/* */
|
|
|
|
/***************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
/* The following part can be included multiple times. */
|
|
|
|
/* Define `SCRIPT' as needed. */
|
|
|
|
|
|
|
|
|
|
|
|
/* Add new scripts here. */
|
|
|
|
|
2013-09-22 22:37:26 +02:00
|
|
|
SCRIPT( cyrl, CYRL )
|
2013-08-26 09:58:50 +02:00
|
|
|
SCRIPT( deva, DEVA )
|
2013-08-02 20:25:21 +02:00
|
|
|
SCRIPT( dflt, DFLT )
|
2013-09-22 22:37:26 +02:00
|
|
|
SCRIPT( grek, GREK )
|
2013-08-02 20:25:21 +02:00
|
|
|
SCRIPT( hani, HANI )
|
2013-08-26 20:11:24 +02:00
|
|
|
SCRIPT( hebr, HEBR )
|
2013-08-26 09:58:50 +02:00
|
|
|
SCRIPT( latn, LATN )
|
2013-08-02 20:25:21 +02:00
|
|
|
#ifdef FT_OPTION_AUTOFIT2
|
|
|
|
SCRIPT( ltn2, LTN2 )
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
/* END */
|