Freetype Version: 2.13.2
Note: This is a work in progress. If additional bindings are required, please feel free to submit an issue or a pull request.
Clone this repository to Odin's shared collection, preferably into a directory named 'freetype'.
cd Odin/shared
git clone https://github.com/englerj/odin-freetype.git freetype
Import the package.
import "shared:freetype"
On Windows, you can run the demo under the demo
folder. The demo renders a series of characters from a font and displays them in the window. You can adjust the size of the font using the arrow keys.
cd demo
odin run .\