freetype/glyphtest
Arvinder Bhathal d5e6fde704 Updated readme
2017-06-27 13:30:53 -04:00
..
bitmap.c Generate test BMPs for glyphs with differing hashes 2017-06-27 13:26:15 -04:00
bitmap.h Generate test BMPs for glyphs with differing hashes 2017-06-27 13:26:15 -04:00
compare-new-to-old.c Generate test BMPs for glyphs with differing hashes 2017-06-27 13:26:15 -04:00
generate-old-hashes.c Generate test BMPs for glyphs with differing hashes 2017-06-27 13:26:15 -04:00
index.html Add basic HTML table with zoomed glyphs w/o anti-aliasing 2017-06-21 01:56:37 -04:00
murmur3.c Generate test BMPs for glyphs with differing hashes 2017-06-27 13:26:15 -04:00
murmur3.h Generate test BMPs for glyphs with differing hashes 2017-06-27 13:26:15 -04:00
readme.txt Updated readme 2017-06-27 13:30:53 -04:00

Compile with old:
gcc generate-old-hashes.c bitmap.c murmur3.c -I <old ft dir>/include -L <old ft dir>/objs -lfreetype -o generate-old-hashes

Compile with new:
gcc compare-new-to-old.c bitmap.c murmur3.c -I <new ft dir>/include -L <new ft dir>/objs -lfreetype -o compare-new-to-old