Merge branch 'master' of github.com:Machtan/rust-sdl2_ttf

This commit is contained in:
Machtan
2016-01-26 13:58:03 +01:00
+2
View File
@@ -1,5 +1,6 @@
# Changelog
## 0.14.0
### Changes
- Added a changelog
- The ttf context is now needed to create fonts, which should make it more apparent that it needs to live
- Changed all i32 indices to u16
@@ -11,6 +12,7 @@
- It is no longer possible to render or get the render size of individual ```char```s
- ```Font.size``` has been split into ```Font.size_of``` (for UTF-8) and ```Font.size_of_latin1``` (for Latin-1)
- ```Font.render``` has been split into ```Font.render``` (for UTF-8) and ```Font.render_latin1``` (for Latin-1)
### Renames
- ```Font.get_outline``` -> ```Font.get_outline_width```
- ```Font.set_outline``` -> ```Font.set_outline_width```