* src/autofit/afwarp.h: Use AF_CONFIG_OPTION_USE_WARPER (#54033).
This commit is contained in:
parent
125b84800a
commit
fab10b6fc2
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue