freetype/glyphtest
2017-06-21 01:56:37 -04:00
..
index.html Add basic HTML table with zoomed glyphs w/o anti-aliasing 2017-06-21 01:56:37 -04:00
main-2.c Add basic HTML table with zoomed glyphs w/o anti-aliasing 2017-06-21 01:56:37 -04:00
main.c Add basic HTML table with zoomed glyphs w/o anti-aliasing 2017-06-21 01:56:37 -04:00
qdbmp.c Initial commit - only C 2017-06-21 00:29:42 -04:00
qdbmp.h Initial commit - only C 2017-06-21 00:29:42 -04:00
readme.txt Add basic HTML table with zoomed glyphs w/o anti-aliasing 2017-06-21 01:56:37 -04:00

Compile with baseline:
gcc main.c qdbmp.c -I ./freetype-2.5.1/include -L ./freetype-2.5.1/objs -lfreetype -o baseline

Compile with test:
gcc main-2.c qdbmp.c -I ./freetype-2.8/include -L ./freetype-2.8/objs -lfreetype -o test