Skip to content

Commit

Permalink
Update README for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancheung committed Mar 17, 2024
1 parent 5f70c0e commit c974985
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ A modern managed FreeType2 library based on the freetype2 code in the [ultraviol

FreeTypeSharp v2+ provides cross-platform bindings for:

- netcoreapp3.1;net5.0;net6.0 (Windows, Linux, macOS)
- net6.0-android
- net6.0-ios
- net6.0-tvos
- netcoreapp3.1;;net8.0 (Windows, Linux, macOS)
- net8.0-android
- net8.0-ios
- net8.0-tvos
- netstandard2.0 (UWP)

[README](https://github.com/ryancheung/FreeTypeSharp/tree/v1) for release v1.X

## FreeType Wrapped

FreeType 2.11.0
FreeType 2.13.2

# Installation

Expand All @@ -26,7 +26,7 @@ FreeType 2.11.0

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. Feel free to use it.
Optionally, a facade `FreeTypeFaceFacade` was provided to handle some basic job, or you could build yours yourself.

# Credits

Expand Down

0 comments on commit c974985

Please sign in to comment.