* src/autofit/afwarp.h: Use AF_CONFIG_OPTION_USE_WARPER (#54033).

This commit is contained in:
Werner Lemberg 2018-06-02 09:53:58 +02:00
parent 125b84800a
commit fab10b6fc2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2018-06-02 Werner Lemberg <wl@gnu.org>
* src/autofit/afwarp.h: Use AF_CONFIG_OPTION_USE_WARPER (#54033).
2018-05-31 Werner Lemberg <wl@gnu.org>
* src/raster/ftraster.c (black_TWorker_): Remove `gTarget' field.

View File

@ -47,12 +47,14 @@ FT_BEGIN_HEADER
} AF_WarperRec, *AF_Warper;
#ifdef AF_CONFIG_OPTION_USE_WARPER
FT_LOCAL( void )
af_warper_compute( AF_Warper warper,
AF_GlyphHints hints,
AF_Dimension dim,
FT_Fixed *a_scale,
FT_Fixed *a_delta );
#endif
FT_END_HEADER