Updated for v2 release
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
diff --git a/test/README.txt b/test/README.txt
index 8b916b5..206a307 100644
--- a/test/README.txt
+++ b/test/README.txt
@@ -1,16 +1,15 @@
-FTGL Version 1.4
+FTGL Version 2.0
-Unit Tests
+Unit Tests.
-cppunit is available from...
+The unit tests in this directory are built using the cppunit unit testing framework. cppunit is available from...
cppunit.sf.net
+Refer to that website for build and usage instructions.
-raghu.ttf is available from http://rohini.ncst.ernet.in/indix/download/font/
-HPGCalc.pfb & HPGCalc.afm are available from http://www.geocities.com/jking_ok/font.html
-LucidaSansRegular.ttf and Thoburi.ttf are part of the Java 2 SDK from IBM
-TIMES.TTF is a windows system font.
+Check the 'Fontdefs.h' file or the README.txt in the font_pack directory for the list of fonts required for the tests and where to get them from.
+The file 'demo.cpp' is for visually checking the library. It displays a test string of characters in each font 'type'.
Please contact me if you have any suggestions, feature requests, or problems.
diff --git a/test/font_pack/README.txt b/test/font_pack/README.txt
index 8b916b5..e46fa47 100644
--- a/test/font_pack/README.txt
+++ b/test/font_pack/README.txt
@@ -1,15 +1,16 @@
-FTGL Version 1.4
+FTGL Version 2.0
Unit Tests
-cppunit is available from...
-cppunit.sf.net
-
+To run the unit tests the following fonts should be sourced and placed in this directory.
raghu.ttf is available from http://rohini.ncst.ernet.in/indix/download/font/
+
HPGCalc.pfb & HPGCalc.afm are available from http://www.geocities.com/jking_ok/font.html
+
LucidaSansRegular.ttf and Thoburi.ttf are part of the Java 2 SDK from IBM
-TIMES.TTF is a windows system font.
+
+times.ttf and arial.ttf are windows system fonts.