Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 507 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 507 Bytes

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