Utility/SimpleTextDrawer: Fix line bounds

This commit is contained in:
Lynix
2018-04-15 02:42:12 +02:00
parent 65c6996ccd
commit d68346ca17
2 changed files with 22 additions and 25 deletions

View File

@@ -89,6 +89,7 @@ Nazara Engine:
- Added AbstractTextDrawer::GetLineGlyphCount, which returns the number of glyph part of the line
- Fixed Font handling of whitespace glyphs (which were triggering an error)
- ⚠️ Translucent2D pipeline no longer has depth sorting
- Fixed SimpleTextDrawer line bounds
Nazara Development Kit:
- Added ImageWidget (#139)