Skip to content

JuliaGraphics/FreeType.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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