Skip to content

An Erlang NIF that calls some modified FreeType2 sample code to render characters

License

Notifications You must be signed in to change notification settings

cwmaguire/erl_freetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erl_freetype

An Erlang NIF that calls some modified FreeType2 sample code to render characters. The modified example code is in src/render.c.

I used the freetype sample code as a start and built an Erlang NIF around it.

Portions of this software are copyright © 2018 The FreeType Project (www.freetype.org). All rights reserved.

Running

make render_nif
erlc render.erl
./run

About

An Erlang NIF that calls some modified FreeType2 sample code to render characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published