0.9.1 OpenTK.Fonts
This commit is contained in:
parent
57429c04e1
commit
f58326354c
1 changed files with 5 additions and 1 deletions
|
@ -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! :)
|
||||
|
|
Loading…
Reference in a new issue