X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ffreetype%2Finternal%2Fautohint.h;h=2a472e20b97f0df35442ac67a7e2b41198cb5351;hb=91a53b69c36685c4ad83496ceaf34d10ad3a4a50;hp=f64c28bb2caedb999c59a5c5ee3c5a61661194ad;hpb=0703b790eabd9793c55ddbc1de5bee19318dbd9b;p=platform%2Fupstream%2Ffreetype2.git diff --git a/include/freetype/internal/autohint.h b/include/freetype/internal/autohint.h index f64c28b..2a472e2 100644 --- a/include/freetype/internal/autohint.h +++ b/include/freetype/internal/autohint.h @@ -4,7 +4,7 @@ * * High-level 'autohint' module-specific interface (specification). * - * Copyright (C) 1996-2019 by + * Copyright (C) 1996-2020 by * David Turner, Robert Wilhelm, and Werner Lemberg. * * This file is part of the FreeType project, and may only be used, @@ -70,8 +70,7 @@ */ -#include -#include FT_FREETYPE_H +#include FT_BEGIN_HEADER @@ -208,6 +207,9 @@ FT_BEGIN_HEADER } FT_AutoHinter_InterfaceRec, *FT_AutoHinter_Interface; +#define FT_DECLARE_AUTOHINTER_INTERFACE( class_ ) \ + FT_CALLBACK_TABLE const FT_AutoHinter_InterfaceRec class_; + #define FT_DEFINE_AUTOHINTER_INTERFACE( \ class_, \ reset_face_, \