mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Merge branch 'master' of github.com:Machtan/rust-sdl2_ttf
This commit is contained in:
@@ -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```
|
||||
|
||||
Reference in New Issue
Block a user