Popularity
11 Stars
Updated Last
1 Year 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

Required Packages