Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancheung committed Mar 17, 2024
1 parent cd3e5c0 commit c2d89a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ FreeTypeSharp v2+ provides cross-platform bindings for:

FreeType 2.13.2

Native binaries are built by the CI in https://github.com/ryancheung/freetype/tree/csharp-patch

# Installation

`dotnet add package FreeTypeSharp`
Expand All @@ -26,8 +28,6 @@ FreeType 2.13.2

There's no magic(abstraction) based on the original C freetype API. All managed API are almost identical with the original freetype C API. Import the namespaces like `using FreeTypeSharp.Native;` and `using static FreeTypeSharp.Native.FT;`, then you can play the font rendering as what you do in C.

Optionally, a facade `FreeTypeFaceFacade` was provided to handle some basic job, or you could build yours yourself.

# Credits

- https://github.com/tlgkccampbell/ultraviolet
Expand Down

0 comments on commit c2d89a2

Please sign in to comment.