Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 344 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 344 Bytes

FreeType.jl

Build Status

FreeType bindings for Julia.

Example

using FreeType

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