* include/freetype/freetype.h (FT_Render_Mode): Fix order.
This retains backwards compatibility. Noted by Alexei.
This commit is contained in:
parent
5f18d867c0
commit
ab10ffcdd5
@ -1,3 +1,11 @@
|
||||
2017-04-26 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* include/freetype/freetype.h (FT_Render_Mode): Fix order.
|
||||
|
||||
This retains backwards compatibility.
|
||||
|
||||
Noted by Alexei.
|
||||
|
||||
2017-04-22 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[truetype] Do linear scaling for FT_LOAD_NO_HINTING (#50470).
|
||||
|
@ -3120,10 +3120,10 @@ FT_BEGIN_HEADER
|
||||
{
|
||||
FT_RENDER_MODE_NORMAL = 0,
|
||||
FT_RENDER_MODE_LIGHT,
|
||||
FT_RENDER_MODE_SLIGHT,
|
||||
FT_RENDER_MODE_MONO,
|
||||
FT_RENDER_MODE_LCD,
|
||||
FT_RENDER_MODE_LCD_V,
|
||||
FT_RENDER_MODE_SLIGHT,
|
||||
|
||||
FT_RENDER_MODE_MAX
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user