Popularity
13 Stars
Updated Last
8 Months Ago
Started In
May 2014

FreeType.jl

Build Status codecov

FreeType bindings for Julia.

Example

using FreeType

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