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.