bzt 8aad0dd051 Fixed ssfn_text, typos, tested with latest gcc and new measurements 2 years ago
..
Makefile 8aad0dd051 Fixed ssfn_text, typos, tested with latest gcc and new measurements 2 years ago
README.md 8aad0dd051 Fixed ssfn_text, typos, tested with latest gcc and new measurements 2 years ago
sfndemo.c 8aad0dd051 Fixed ssfn_text, typos, tested with latest gcc and new measurements 2 years ago
sfntest1.c 14991afb0d More fonts and BDF parsing 2 years ago
sfntest2.c 3bf2e60b33 Workaround a gcc 11.1.0 -O3 bug (ignoring volatile) and added valgrind test 3 years ago
sfntest3.c 3bf2e60b33 Workaround a gcc 11.1.0 -O3 bug (ignoring volatile) and added valgrind test 3 years ago
sfntest4.c 3bf2e60b33 Workaround a gcc 11.1.0 -O3 bug (ignoring volatile) and added valgrind test 3 years ago
sfntest5.c 3bf2e60b33 Workaround a gcc 11.1.0 -O3 bug (ignoring volatile) and added valgrind test 3 years ago
sfntest6.c 3bf2e60b33 Workaround a gcc 11.1.0 -O3 bug (ignoring volatile) and added valgrind test 3 years ago
sfntest7.cpp 55ea080f70 Fixed argument type in C++ wrapper 2 years ago
sfntest8.c 8aad0dd051 Fixed ssfn_text, typos, tested with latest gcc and new measurements 2 years ago
size.sh d8604cfccb Fixed issue #21 2 years ago

README.md

Scalable Screen Font 2.0 Tests

sfndemo: various features demo

sfntest1: tests the simple renderer

sfntest2: tests the normal renderer

sfntest3: tests the font at different sizes

sfntest4: background and transparency tests

sfntest5: bounding box test

sfntest6: same as sfntest5, but rendering off-screen for valgrind testing

sfntest7: same as sfntest2, but uses the C++ wrapper class

sfntest8: generate a buffer with text and save into a Targa .tga image file