* include/freetype/ftgasp.h (FT_GASP_SYMMETRIC_GRIDFIT): Fix value.
Reported by Behdad.
This commit is contained in:
parent
1dc8cc3303
commit
5a7f2ff520
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user