Utility/SimpleTextDrawer: Replace line spacing factor by line spacing offset

This commit is contained in:
Lynix
2020-01-26 16:19:06 +01:00
parent 11d51872fa
commit 977044f59e
3 changed files with 14 additions and 13 deletions

View File

@@ -219,6 +219,7 @@ Nazara Engine:
- On Windows, Thread::Set(Current)Name now uses `SetThreadDescription` Win32 function if possible instead of triggering a debugger exception. MinGW builds will use this if available too.
- ⚠ Removed Texture(const Image\*) constructor, use Texture::LoadFromImage instead
- ⚠ TextDrawers now use floating-point internally and to exposes their Bounds (AbstractTextDrawer::GetBounds() now returns a Rectf)
- Added SimpleTextDrawer character and line spacing offset properties
Nazara Development Kit:
- Added ImageWidget (#139)