* src/base/ftcolor.c (FT_Palette_Set_Foreground_Color)
[!TT_CONFIG_OPTION_COLOR_LAYERS]: Add return value.
This commit is contained in:
Werner Lemberg 2018-07-05 23:13:35 +02:00
parent 0767d5362f
commit b532d7ce70
2 changed files with 11 additions and 1 deletions

View File

@ -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.

View File

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