FreeType.jl

November 22, 2022 ยท View on GitHub

Build Status codecov

FreeType bindings for Julia.

Example

using FreeType

library = Vector{FT_Library}(undef, 1)
error = FT_Init_FreeType(library)
@assert error == 0