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

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