FreeType.jl FreeType bindings for Julia. Example using FreeType library = Vector{FT_Library}(undef, 1) error = FT_Init_FreeType(library) @assert error == 0