FreeType.jl

FreeType 2 bindings for Julia
Popularity
9 Stars
Updated Last
2 Years Ago
Started In
May 2014

FreeType.jl

Build Status codecov

FreeType bindings for Julia.

Example

using FreeType

library = Array(FT_Library, 1)
error = FT_Init_FreeType(library)
assert(error == 0)