* src/truetype/ttinterp.h (TT_Round_Func): Fix argument.

Fixes #1347: function type mismatch.
This commit is contained in:
Alexei Podtelezhnikov
2025-07-27 18:33:14 -04:00
parent 62ca1fd27e
commit 63e2c05875

View File

@@ -105,7 +105,7 @@ FT_BEGIN_HEADER
typedef FT_F26Dot6
(*TT_Round_Func)( TT_ExecContext exc,
FT_F26Dot6 distance,
FT_Int color );
FT_F26Dot6 compensation );
/* Point displacement along the freedom vector routine */
typedef void