FreeType bindings for Julia.
using FreeType library = Array(FT_Library, 1) error = FT_Init_FreeType(library) assert(error == 0)
05/04/2014
3 months ago
115 commits