mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-31 17:30:16 +00:00
0.9.1 OpenTK.Fonts
This commit is contained in:
parent
57429c04e1
commit
f58326354c
|
@ -25,6 +25,10 @@ OpenTK 0.9.0 -> 0.9.1
|
||||||
+ Fixed MouseDevice events on Linux.
|
+ Fixed MouseDevice events on Linux.
|
||||||
+ Platform.X11
|
+ Platform.X11
|
||||||
+ Simplified input handling.
|
+ Simplified input handling.
|
||||||
|
+ Fonts
|
||||||
|
+ Implemented immediate text printing (without caching).
|
||||||
|
+ Improved space width calculation.
|
||||||
|
+ Fixed TextureFont.MeasureString calculation.
|
||||||
|
|
||||||
+ Examples
|
+ Examples
|
||||||
+ Added GluTessellator example.
|
+ 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 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.
|
+ 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.
|
+ 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