* src/base/ftcolor.c (FT_Palette_Set_Foreground_Color)
[!TT_CONFIG_OPTION_COLOR_LAYERS]: Add return value.
parthw-pk-vf
Werner Lemberg 7 years ago
parent 0767d5362f
commit b532d7ce70
  1. 9
      ChangeLog
  2. 3
      src/base/ftcolor.c

@ -1,3 +1,10 @@
2018-07-05 Werner Lemberg <wl@gnu.org>
Fix typo (#54238).
* src/base/ftcolor.c (FT_Palette_Set_Foreground_Color)
[!TT_CONFIG_OPTION_COLOR_LAYERS]: Add return value.
2018-07-05 Werner Lemberg <wl@gnu.org>
Adjust table size comparisons (#54242).
@ -6,7 +13,7 @@
2018-07-05 Werner Lemberg <wl@gnu.org>
Fix more 32bit issues (#54208)
Fix more 32bit issues (#54208).
* src/cff/cffload.c (cff_blend_build_vector): Convert assertion into
run-time error.

@ -146,6 +146,9 @@
{
FT_UNUSED( face );
FT_UNUSED( foreground_color );
return FT_THROW( Unimplemented_Feature );
}
#endif /* !TT_CONFIG_OPTION_COLOR_LAYERS */

Loading…
Cancel
Save