Commit 3a0adfb58828a3b0bc5783b71155b8b129cdb840

brlcad 2008-05-04T04:50:12

credit self for the precomputed glyph and kerning tables that gave a nice performance boost to the font rendering (at a mild expense of 64k memory per font face)

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/NEWS b/NEWS
index 3ac63b1..06a0221 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ versions have changes attributed per contributor.
 
     * Fixed several memory corruption and crash bugs - Sam Hocevar
     * Fixed several memory leaks - Sam Hocevar
+    * Kerning and glyph performance enhancements - Sean Morrison
     * The library now also exports a pure C interface - Éric Beets
     * Inset/outset contour support for fonts - Éric Beets
     * Fix the FTLayout rendering - Éric Beets