chw-git / zmfr

minimal font rasterizer for zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zmfr

minimal font rasterizer for zig

Has to be linked against freetype and c at the moment.

For building and running the example:

zig build-exe example.zig -l freetype -l c
./example

Or the same example in form of a test:

zig test font.zig -l freetype -l c

The example font is copied from https://github.com/bluescan/proggyfonts and licenced under MIT

About

minimal font rasterizer for zig

License:The Unlicense


Languages

Language:Zig 99.9%Language:C 0.1%