FreeTypeSharp Versions Save

A modern cross-platform managed FreeType2 library

v3.0.0

1 month ago

What's Changed

Now the freetype binding source code are generated from the C headers. We shall have almost full-featured freetype APIs.

Full Changelog: https://github.com/ryancheung/FreeTypeSharp/compare/v2.2.0...v3.0.0

v2.2.0

2 months ago
  • Add windows arm64 binaries
  • UWP(win10-x64) binary were removed from package to resolve .NET 8 project build warnings
  • Add seperate nuget package for UWP target

v2.1.0

2 months ago
  • Catch up native FreeType lib version 2.13.2
  • .NET 8 support

v2.0.0-preview3

2 years ago

Fixed empty C# definition for iOS target.

v2.0.0-preview2

2 years ago

Fallback target .net6.0-windows10 to .net5.0-windows10 for referencing projects build since .net6.0-windows10 is not full ready in .NET 6 Preview 4.

v2.0.0-preview1

2 years ago

Added .NET 6 support. .NET 6 is making life easy. 😄

v1.1.3

3 years ago

Add Windows Universal support

v1.1.2

4 years ago
  • Fix crash by creating function delegate incorrectly on iOS
  • Remove invalid DllImport in iOS

v1.1.1

4 years ago

Fix iOS crashing on iOS 14. It seems using dlsym to fetch function symbols was completely deprecated on iOS 14+.

v1.1.0

4 years ago

Step back to c# 5 for supporting console platforms in the future. Sorry to break some API.