| Index: include/freetype/config/ftheader.h
|
| diff --git a/include/freetype/config/ftheader.h b/include/freetype/config/ftheader.h
|
| index 2a7b8c4e0ddad9caba106c6163c9f1e910b4d017..8371a31611bea06a99dd01801aac976a13e99205 100644
|
| --- a/include/freetype/config/ftheader.h
|
| +++ b/include/freetype/config/ftheader.h
|
| @@ -4,7 +4,7 @@
|
| /* */
|
| /* Build macros of the FreeType 2 library. */
|
| /* */
|
| -/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010 by */
|
| +/* Copyright 1996-2008, 2010, 2012, 2013 by */
|
| /* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
| /* */
|
| /* This file is part of the FreeType project, and may only be used, */
|
| @@ -318,6 +318,45 @@
|
| /*************************************************************************
|
| *
|
| * @macro:
|
| + * FT_AUTOHINTER_H
|
| + *
|
| + * @description:
|
| + * A macro used in #include statements to name the file containing
|
| + * structures and macros related to the auto-hinting module.
|
| + *
|
| + */
|
| +#define FT_AUTOHINTER_H <freetype/ftautoh.h>
|
| +
|
| +
|
| + /*************************************************************************
|
| + *
|
| + * @macro:
|
| + * FT_CFF_DRIVER_H
|
| + *
|
| + * @description:
|
| + * A macro used in #include statements to name the file containing
|
| + * structures and macros related to the CFF driver module.
|
| + *
|
| + */
|
| +#define FT_CFF_DRIVER_H <freetype/ftcffdrv.h>
|
| +
|
| +
|
| + /*************************************************************************
|
| + *
|
| + * @macro:
|
| + * FT_TRUETYPE_DRIVER_H
|
| + *
|
| + * @description:
|
| + * A macro used in #include statements to name the file containing
|
| + * structures and macros related to the TrueType driver module.
|
| + *
|
| + */
|
| +#define FT_TRUETYPE_DRIVER_H <freetype/ftttdrv.h>
|
| +
|
| +
|
| + /*************************************************************************
|
| + *
|
| + * @macro:
|
| * FT_TYPE1_TABLES_H
|
| *
|
| * @description:
|
|
|