0.9.1 OpenTK.Fonts

This commit is contained in:
the_fiddler 2008-02-02 13:10:27 +00:00
parent 57429c04e1
commit f58326354c

View file

@ -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! :)
+ Added the changelog! :)