Commit 2a1a09948ae4af9343c7ccf84deb55dc42c42ffe

brlcad 2008-04-13T17:33:22

another test commit

diff --git a/TODO.txt b/TODO.txt
index e0bfef6..1be4a81 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,26 +1,32 @@
-FTGL 2.02
-3 April 2003
-
-TODO:
-    
-    
-FUTURE:
-    - select face ie italic, bold etc
-    - Multiple sizes
-    - Optimise performance and mem usage.
-    - Use the Freetype Cache mechanism. FTC_xxx
-    - Handle non western scripts.
-    - Multiple Masters
-    - String Cache or string chunks
-    - Provide an interface to access the point data for outlines and
-      polygon meshes. Part way there with new vectoriser.
-    - Have a look at improving the algorthm for making curves. Maybe a
-      distance metric might be the way to go so that rather than having
-      5 polylines (0.2 step) for every curve, adjust the fineness for
-      the length of the curve. But then you should also test the angle
-      of the tangents as well.
-      Jed's new bezier stuff.
-    - Guard classes - vectoriser
-    - Template methods
-    - Move the init code out of the glyph constructors into an init
-      function so that they can return errors.
+TODO
+====
+
+* select face ie italic, bold etc
+
+* Multiple sizes
+
+* Optimise performance and mem usage.
+
+* Use the Freetype Cache mechanism. FTC_xxx
+
+* Handle non western scripts.
+
+* Multiple Masters
+
+* String Cache or string chunks
+
+* Provide an interface to access the point data for outlines and
+  polygon meshes. Part way there with new vectoriser.
+
+* Have a look at improving the algorthm for making curves. Maybe a
+  distance metric might be the way to go so that rather than having 5
+  polylines (0.2 step) for every curve, adjust the fineness for the
+  length of the curve. But then you should also test the angle of the
+  tangents as well.  Jed's new bezier stuff.
+
+* Guard classes - vectoriser
+
+* Template methods
+
+* Move the init code out of the glyph constructors into an init
+  function so that they can return errors.