* include/freetype/ftgasp.h (FT_GASP_SYMMETRIC_GRIDFIT): Fix value.

Reported by Behdad.
This commit is contained in:
Werner Lemberg 2017-02-03 08:31:18 +01:00
parent 1dc8cc3303
commit 5a7f2ff520
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2017-02-03 Werner Lemberg <wl@gnu.org>
* include/freetype/ftgasp.h (FT_GASP_SYMMETRIC_GRIDFIT): Fix value.
Reported by Behdad.
2017-02-02 Werner Lemberg <wl@gnu.org>
[truetype] Fix MVAR post-action handling.

View File

@ -92,8 +92,8 @@
#define FT_GASP_NO_TABLE -1
#define FT_GASP_DO_GRIDFIT 0x01
#define FT_GASP_DO_GRAY 0x02
#define FT_GASP_SYMMETRIC_GRIDFIT 0x04
#define FT_GASP_SYMMETRIC_SMOOTHING 0x08
#define FT_GASP_SYMMETRIC_GRIDFIT 0x10
/*************************************************************************