From f58326354cd59e5622d6122624d9507d95f7922f Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sat, 2 Feb 2008 13:10:27 +0000 Subject: [PATCH] 0.9.1 OpenTK.Fonts --- Documentation/Changelog.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/Changelog.txt b/Documentation/Changelog.txt index 0d26b799..c6440690 100644 --- a/Documentation/Changelog.txt +++ b/Documentation/Changelog.txt @@ -25,6 +25,10 @@ OpenTK 0.9.0 -> 0.9.1 + Fixed MouseDevice events on Linux. + Platform.X11 + Simplified input handling. + + Fonts + + Implemented immediate text printing (without caching). + + Improved space width calculation. + + Fixed TextureFont.MeasureString calculation. + Examples + Added GluTessellator example. @@ -411,4 +415,4 @@ OpenTK 0.3.0 -> 0.3.1 + Updated the binding generator to version 0.7.4, based on the work done for Tao. + Updated the Context load functions. Now Context loads all functions are extensions, and the derived classes override this behavior as needed. + Changed the uint array used in the DisplayLists example to an int array. -+ Added the changelog! :) \ No newline at end of file ++ Added the changelog! :)