Releases: ryancheung/FreeTypeSharp
Releases · ryancheung/FreeTypeSharp
v3.0.0
What's Changed
Now the freetype binding source code are generated from the C headers. We shall have almost full-featured freetype APIs.
- Code generator by @ryancheung in #25
Full Changelog: v2.2.0...v3.0.0
v2.2.0
- 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
- Catch up native FreeType lib version 2.13.2
- .NET 8 support
Release v2.0.0 Preview 3
Fixed empty C# definition for iOS target.
Release v2.0.0 Preview 2
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.
Release v2.0.0-preview1
Added .NET 6 support. .NET 6 is making life easy. 😄
Release v1.1.3
Add Windows Universal support
Release v1.1.2
- Fix crash by creating function delegate incorrectly on iOS
- Remove invalid DllImport in iOS
Release v1.1.1
Fix iOS crashing on iOS 14.
It seems using dlsym
to fetch function symbols was completely deprecated on iOS 14+.
Release v1.1.0
Step back to c# 5 for supporting console platforms in the future. Sorry to break some API.