diff --git a/SharpFont/FT.Internal.cs b/SharpFont/FT.Internal.cs index 26a418b..68775f9 100644 --- a/SharpFont/FT.Internal.cs +++ b/SharpFont/FT.Internal.cs @@ -1,5 +1,5 @@ #region MIT License -/*Copyright (c) 2012-2014 Robert Rouhani +/*Copyright (c) 2012-2015 Robert Rouhani SharpFont based on Tao.FreeType, Copyright (c) 2003-2007 Tao Framework Team diff --git a/SharpFont/FT.Public.cs b/SharpFont/FT.Public.cs index 0df15cd..d6a6f1d 100644 --- a/SharpFont/FT.Public.cs +++ b/SharpFont/FT.Public.cs @@ -1,5 +1,5 @@ #region MIT License -/*Copyright (c) 2012-2013 Robert Rouhani +/*Copyright (c) 2012-2013, 2015 Robert Rouhani SharpFont based on Tao.FreeType, Copyright (c) 2003-2007 Tao Framework Team @@ -57,7 +57,6 @@ public static partial class FT /// public static Fixed16Dot16 MulDiv(Fixed16Dot16 a, Fixed16Dot16 b, Fixed16Dot16 c) { - return Fixed16Dot16.FromRawValue((int)FT.FT_MulDiv((IntPtr)a.Value, (IntPtr)b.Value, (IntPtr)c.Value)); }